Documentation ¶
Index ¶
- Variables
- type S1TokenInfo
- func (*S1TokenInfo) Descriptor() ([]byte, []int)deprecated
- func (x *S1TokenInfo) GetConfounder() []byte
- func (x *S1TokenInfo) GetToken() string
- func (*S1TokenInfo) ProtoMessage()
- func (x *S1TokenInfo) ProtoReflect() protoreflect.Message
- func (x *S1TokenInfo) Reset()
- func (x *S1TokenInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_tokens_v1_tokens_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type S1TokenInfo ¶
type S1TokenInfo struct { Token string `protobuf:"bytes,10,opt,name=token,proto3" json:"token,omitempty"` Confounder []byte `protobuf:"bytes,20,opt,name=confounder,proto3" json:"confounder,omitempty"` // contains filtered or unexported fields }
func (*S1TokenInfo) Descriptor
deprecated
func (*S1TokenInfo) Descriptor() ([]byte, []int)
Deprecated: Use S1TokenInfo.ProtoReflect.Descriptor instead.
func (*S1TokenInfo) GetConfounder ¶
func (x *S1TokenInfo) GetConfounder() []byte
func (*S1TokenInfo) GetToken ¶
func (x *S1TokenInfo) GetToken() string
func (*S1TokenInfo) ProtoMessage ¶
func (*S1TokenInfo) ProtoMessage()
func (*S1TokenInfo) ProtoReflect ¶
func (x *S1TokenInfo) ProtoReflect() protoreflect.Message
func (*S1TokenInfo) Reset ¶
func (x *S1TokenInfo) Reset()
func (*S1TokenInfo) String ¶
func (x *S1TokenInfo) String() string
Click to show internal directories.
Click to hide internal directories.