| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 | 
							- // Code generated by protoc-gen-go. DO NOT EDIT.
 
- // versions:
 
- // 	protoc-gen-go v1.35.1
 
- // 	protoc        (unknown)
 
- // source: apiproto/tokenset.proto
 
- package apiproto
 
- import (
 
- 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 
- 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 
- 	reflect "reflect"
 
- 	sync "sync"
 
- )
 
- const (
 
- 	// Verify that this generated code is sufficiently up-to-date.
 
- 	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
 
- 	// Verify that runtime/protoimpl is sufficiently up-to-date.
 
- 	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 
- )
 
- type TokenSet struct {
 
- 	state         protoimpl.MessageState
 
- 	sizeCache     protoimpl.SizeCache
 
- 	unknownFields protoimpl.UnknownFields
 
- 	// token -> expiry time (epoch nanoseconds)
 
- 	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"`
 
- }
 
- func (x *TokenSet) Reset() {
 
- 	*x = TokenSet{}
 
- 	mi := &file_apiproto_tokenset_proto_msgTypes[0]
 
- 	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 	ms.StoreMessageInfo(mi)
 
- }
 
- func (x *TokenSet) String() string {
 
- 	return protoimpl.X.MessageStringOf(x)
 
- }
 
- func (*TokenSet) ProtoMessage() {}
 
- func (x *TokenSet) ProtoReflect() protoreflect.Message {
 
- 	mi := &file_apiproto_tokenset_proto_msgTypes[0]
 
- 	if x != nil {
 
- 		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 
- 		if ms.LoadMessageInfo() == nil {
 
- 			ms.StoreMessageInfo(mi)
 
- 		}
 
- 		return ms
 
- 	}
 
- 	return mi.MessageOf(x)
 
- }
 
- // Deprecated: Use TokenSet.ProtoReflect.Descriptor instead.
 
- func (*TokenSet) Descriptor() ([]byte, []int) {
 
- 	return file_apiproto_tokenset_proto_rawDescGZIP(), []int{0}
 
- }
 
- func (x *TokenSet) GetTokens() map[string]int64 {
 
- 	if x != nil {
 
- 		return x.Tokens
 
- 	}
 
- 	return nil
 
- }
 
- var File_apiproto_tokenset_proto protoreflect.FileDescriptor
 
- var file_apiproto_tokenset_proto_rawDesc = []byte{
 
- 	0x0a, 0x17, 0x61, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
 
- 	0x73, 0x65, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x70, 0x69, 0x70, 0x72,
 
- 	0x6f, 0x74, 0x6f, 0x22, 0x7d, 0x0a, 0x08, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x74, 0x12,
 
- 	0x36, 0x0a, 0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
 
- 	0x1e, 0x2e, 0x61, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
 
- 	0x53, 0x65, 0x74, 0x2e, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
 
- 	0x06, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x1a, 0x39, 0x0a, 0x0b, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
 
- 	0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
 
- 	0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
 
- 	0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02,
 
- 	0x38, 0x01, 0x42, 0x93, 0x01, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x2e, 0x61, 0x70, 0x69, 0x70, 0x72,
 
- 	0x6f, 0x74, 0x6f, 0x42, 0x0d, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x65, 0x74, 0x50, 0x72, 0x6f,
 
- 	0x74, 0x6f, 0x50, 0x01, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
 
- 	0x2f, 0x73, 0x79, 0x6e, 0x63, 0x74, 0x68, 0x69, 0x6e, 0x67, 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x74,
 
- 	0x68, 0x69, 0x6e, 0x67, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x67, 0x65,
 
- 	0x6e, 0x2f, 0x61, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0xa2, 0x02, 0x03, 0x41, 0x58, 0x58,
 
- 	0xaa, 0x02, 0x08, 0x41, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0xca, 0x02, 0x08, 0x41, 0x70,
 
- 	0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0xe2, 0x02, 0x14, 0x41, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74,
 
- 	0x6f, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x08,
 
- 	0x41, 0x70, 0x69, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 
- }
 
- var (
 
- 	file_apiproto_tokenset_proto_rawDescOnce sync.Once
 
- 	file_apiproto_tokenset_proto_rawDescData = file_apiproto_tokenset_proto_rawDesc
 
- )
 
- func file_apiproto_tokenset_proto_rawDescGZIP() []byte {
 
- 	file_apiproto_tokenset_proto_rawDescOnce.Do(func() {
 
- 		file_apiproto_tokenset_proto_rawDescData = protoimpl.X.CompressGZIP(file_apiproto_tokenset_proto_rawDescData)
 
- 	})
 
- 	return file_apiproto_tokenset_proto_rawDescData
 
- }
 
- var file_apiproto_tokenset_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
 
- var file_apiproto_tokenset_proto_goTypes = []any{
 
- 	(*TokenSet)(nil), // 0: apiproto.TokenSet
 
- 	nil,              // 1: apiproto.TokenSet.TokensEntry
 
- }
 
- var file_apiproto_tokenset_proto_depIdxs = []int32{
 
- 	1, // 0: apiproto.TokenSet.tokens:type_name -> apiproto.TokenSet.TokensEntry
 
- 	1, // [1:1] is the sub-list for method output_type
 
- 	1, // [1:1] is the sub-list for method input_type
 
- 	1, // [1:1] is the sub-list for extension type_name
 
- 	1, // [1:1] is the sub-list for extension extendee
 
- 	0, // [0:1] is the sub-list for field type_name
 
- }
 
- func init() { file_apiproto_tokenset_proto_init() }
 
- func file_apiproto_tokenset_proto_init() {
 
- 	if File_apiproto_tokenset_proto != nil {
 
- 		return
 
- 	}
 
- 	type x struct{}
 
- 	out := protoimpl.TypeBuilder{
 
- 		File: protoimpl.DescBuilder{
 
- 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 
- 			RawDescriptor: file_apiproto_tokenset_proto_rawDesc,
 
- 			NumEnums:      0,
 
- 			NumMessages:   2,
 
- 			NumExtensions: 0,
 
- 			NumServices:   0,
 
- 		},
 
- 		GoTypes:           file_apiproto_tokenset_proto_goTypes,
 
- 		DependencyIndexes: file_apiproto_tokenset_proto_depIdxs,
 
- 		MessageInfos:      file_apiproto_tokenset_proto_msgTypes,
 
- 	}.Build()
 
- 	File_apiproto_tokenset_proto = out.File
 
- 	file_apiproto_tokenset_proto_rawDesc = nil
 
- 	file_apiproto_tokenset_proto_goTypes = nil
 
- 	file_apiproto_tokenset_proto_depIdxs = nil
 
- }
 
 
  |