mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-07 21:48:31 -05:00
26 lines
505 B
Go
26 lines
505 B
Go
|
|
package v1
|
||
|
|
|
||
|
|
import (
|
||
|
|
"github.com/gogo/protobuf/proto"
|
||
|
|
)
|
||
|
|
|
||
|
|
// String GetCookieInfoReq string
|
||
|
|
func (m *GetCookieInfoReq) String() string {
|
||
|
|
return ""
|
||
|
|
}
|
||
|
|
|
||
|
|
// String GetCookieInfoReply string
|
||
|
|
func (m *GetCookieInfoReply) String() string {
|
||
|
|
return proto.MarshalTextString(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
// String GetTokenInfoReq string
|
||
|
|
func (m *GetTokenInfoReq) String() string {
|
||
|
|
return proto.MarshalTextString(m)
|
||
|
|
}
|
||
|
|
|
||
|
|
// String GetTokenInfoReply string
|
||
|
|
func (m *GetTokenInfoReply) String() string {
|
||
|
|
return proto.MarshalTextString(m)
|
||
|
|
}
|