tokenset.pb.go 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.1
  4. // protoc (unknown)
  5. // source: apiproto/tokenset.proto
  6. package apiproto
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type TokenSet struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. // token -> expiry time (epoch nanoseconds)
  24. Tokens map[string]int64 `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
  25. }
  26. func (x *TokenSet) Reset() {
  27. *x = TokenSet{}
  28. mi := &file_apiproto_tokenset_proto_msgTypes[0]
  29. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  30. ms.StoreMessageInfo(mi)
  31. }
  32. func (x *TokenSet) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*TokenSet) ProtoMessage() {}
  36. func (x *TokenSet) ProtoReflect() protoreflect.Message {
  37. mi := &file_apiproto_tokenset_proto_msgTypes[0]
  38. if x != nil {
  39. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  40. if ms.LoadMessageInfo() == nil {
  41. ms.StoreMessageInfo(mi)
  42. }
  43. return ms
  44. }
  45. return mi.MessageOf(x)
  46. }
  47. // Deprecated: Use TokenSet.ProtoReflect.Descriptor instead.
  48. func (*TokenSet) Descriptor() ([]byte, []int) {
  49. return file_apiproto_tokenset_proto_rawDescGZIP(), []int{0}
  50. }
  51. func (x *TokenSet) GetTokens() map[string]int64 {
  52. if x != nil {
  53. return x.Tokens
  54. }
  55. return nil
  56. }
  57. var File_apiproto_tokenset_proto protoreflect.FileDescriptor
  58. var file_apiproto_tokenset_proto_rawDesc = []byte{
  59. 0x0a, 0x17, 0x61, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
  60. 0x73, 0x65, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x70, 0x69, 0x70, 0x72,
  61. 0x6f, 0x74, 0x6f, 0x22, 0x7d, 0x0a, 0x08, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x74, 0x12,
  62. 0x36, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
  63. 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
  64. 0x53, 0x65, 0x74, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
  65. 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x1a, 0x39, 0x0a, 0x0b, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
  66. 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
  67. 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
  68. 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02,
  69. 0x38, 0x01, 0x42, 0x93, 0x01, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x2e, 0x61, 0x70, 0x69, 0x70, 0x72,
  70. 0x6f, 0x74, 0x6f, 0x42, 0x0d, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x65, 0x74, 0x50, 0x72, 0x6f,
  71. 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
  72. 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x74, 0x68, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x74,
  73. 0x68, 0x69, 0x6e, 0x67, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x67, 0x65,
  74. 0x6e, 0x2f, 0x61, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0xa2, 0x02, 0x03, 0x41, 0x58, 0x58,
  75. 0xaa, 0x02, 0x08, 0x41, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0xca, 0x02, 0x08, 0x41, 0x70,
  76. 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0xe2, 0x02, 0x14, 0x41, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74,
  77. 0x6f, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x08,
  78. 0x41, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  79. }
  80. var (
  81. file_apiproto_tokenset_proto_rawDescOnce sync.Once
  82. file_apiproto_tokenset_proto_rawDescData = file_apiproto_tokenset_proto_rawDesc
  83. )
  84. func file_apiproto_tokenset_proto_rawDescGZIP() []byte {
  85. file_apiproto_tokenset_proto_rawDescOnce.Do(func() {
  86. file_apiproto_tokenset_proto_rawDescData = protoimpl.X.CompressGZIP(file_apiproto_tokenset_proto_rawDescData)
  87. })
  88. return file_apiproto_tokenset_proto_rawDescData
  89. }
  90. var file_apiproto_tokenset_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  91. var file_apiproto_tokenset_proto_goTypes = []any{
  92. (*TokenSet)(nil), // 0: apiproto.TokenSet
  93. nil, // 1: apiproto.TokenSet.TokensEntry
  94. }
  95. var file_apiproto_tokenset_proto_depIdxs = []int32{
  96. 1, // 0: apiproto.TokenSet.tokens:type_name -> apiproto.TokenSet.TokensEntry
  97. 1, // [1:1] is the sub-list for method output_type
  98. 1, // [1:1] is the sub-list for method input_type
  99. 1, // [1:1] is the sub-list for extension type_name
  100. 1, // [1:1] is the sub-list for extension extendee
  101. 0, // [0:1] is the sub-list for field type_name
  102. }
  103. func init() { file_apiproto_tokenset_proto_init() }
  104. func file_apiproto_tokenset_proto_init() {
  105. if File_apiproto_tokenset_proto != nil {
  106. return
  107. }
  108. type x struct{}
  109. out := protoimpl.TypeBuilder{
  110. File: protoimpl.DescBuilder{
  111. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  112. RawDescriptor: file_apiproto_tokenset_proto_rawDesc,
  113. NumEnums: 0,
  114. NumMessages: 2,
  115. NumExtensions: 0,
  116. NumServices: 0,
  117. },
  118. GoTypes: file_apiproto_tokenset_proto_goTypes,
  119. DependencyIndexes: file_apiproto_tokenset_proto_depIdxs,
  120. MessageInfos: file_apiproto_tokenset_proto_msgTypes,
  121. }.Build()
  122. File_apiproto_tokenset_proto = out.File
  123. file_apiproto_tokenset_proto_rawDesc = nil
  124. file_apiproto_tokenset_proto_goTypes = nil
  125. file_apiproto_tokenset_proto_depIdxs = nil
  126. }