You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
505 B

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)
}