Versions in this module Expand all Collapse all v3 v3.0.0 Apr 4, 2026 Changes in this version + const TokenStore_Value_FullMethodName + var File_token_store_proto protoreflect.FileDescriptor + var TokenStore_ServiceDesc = grpc.ServiceDesc + func RegisterTokenStoreServer(s grpc.ServiceRegistrar, srv TokenStoreServer) + type TokenStoreClient interface + Value func(ctx context.Context, in *TokenValueRequest, opts ...grpc.CallOption) (*TokenValueResponse, error) + func NewTokenStoreClient(cc grpc.ClientConnInterface) TokenStoreClient + type TokenStoreServer interface + Value func(context.Context, *TokenValueRequest) (*TokenValueResponse, error) + type TokenValueRequest struct + Metadata []byte + Token string + func (*TokenValueRequest) Descriptor() ([]byte, []int) + func (*TokenValueRequest) ProtoMessage() + func (x *TokenValueRequest) GetMetadata() []byte + func (x *TokenValueRequest) GetToken() string + func (x *TokenValueRequest) ProtoReflect() protoreflect.Message + func (x *TokenValueRequest) Reset() + func (x *TokenValueRequest) String() string + type TokenValueResponse struct + Value string + func (*TokenValueResponse) Descriptor() ([]byte, []int) + func (*TokenValueResponse) ProtoMessage() + func (x *TokenValueResponse) GetValue() string + func (x *TokenValueResponse) ProtoReflect() protoreflect.Message + func (x *TokenValueResponse) Reset() + func (x *TokenValueResponse) String() string + type UnimplementedTokenStoreServer struct + func (UnimplementedTokenStoreServer) Value(context.Context, *TokenValueRequest) (*TokenValueResponse, error) + type UnsafeTokenStoreServer interface