string.go 505 B

12345678910111213141516171819202122232425
  1. package v1
  2. import (
  3. "github.com/gogo/protobuf/proto"
  4. )
  5. // String GetCookieInfoReq string
  6. func (m *GetCookieInfoReq) String() string {
  7. return ""
  8. }
  9. // String GetCookieInfoReply string
  10. func (m *GetCookieInfoReply) String() string {
  11. return proto.MarshalTextString(m)
  12. }
  13. // String GetTokenInfoReq string
  14. func (m *GetTokenInfoReq) String() string {
  15. return proto.MarshalTextString(m)
  16. }
  17. // String GetTokenInfoReply string
  18. func (m *GetTokenInfoReply) String() string {
  19. return proto.MarshalTextString(m)
  20. }