Documentation ¶
Index ¶
- Variables
- type BenchSession
- func (*BenchSession) Descriptor() ([]byte, []int)deprecated
- func (x *BenchSession) GetFields() []*BenchSession_SubField
- func (x *BenchSession) GetValues() []string
- func (*BenchSession) ProtoMessage()
- func (x *BenchSession) ProtoReflect() protoreflect.Message
- func (x *BenchSession) Reset()
- func (x *BenchSession) String() string
- type BenchSession_SubField
- func (*BenchSession_SubField) Descriptor() ([]byte, []int)deprecated
- func (x *BenchSession_SubField) GetValue() string
- func (*BenchSession_SubField) ProtoMessage()
- func (x *BenchSession_SubField) ProtoReflect() protoreflect.Message
- func (x *BenchSession_SubField) Reset()
- func (x *BenchSession_SubField) String() string
- type Session
- type SessionWithDeadline
- func (*SessionWithDeadline) Descriptor() ([]byte, []int)deprecated
- func (x *SessionWithDeadline) GetKv() map[string]string
- func (x *SessionWithDeadline) GetMessage() string
- func (x *SessionWithDeadline) GetNotAfter() *timestamppb.Timestamp
- func (*SessionWithDeadline) ProtoMessage()
- func (x *SessionWithDeadline) ProtoReflect() protoreflect.Message
- func (x *SessionWithDeadline) Reset()
- func (x *SessionWithDeadline) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_session_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BenchSession ¶
type BenchSession struct { Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` Fields []*BenchSession_SubField `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
func (*BenchSession) Descriptor
deprecated
func (*BenchSession) Descriptor() ([]byte, []int)
Deprecated: Use BenchSession.ProtoReflect.Descriptor instead.
func (*BenchSession) GetFields ¶
func (x *BenchSession) GetFields() []*BenchSession_SubField
func (*BenchSession) GetValues ¶
func (x *BenchSession) GetValues() []string
func (*BenchSession) ProtoMessage ¶
func (*BenchSession) ProtoMessage()
func (*BenchSession) ProtoReflect ¶
func (x *BenchSession) ProtoReflect() protoreflect.Message
func (*BenchSession) Reset ¶
func (x *BenchSession) Reset()
func (*BenchSession) String ¶
func (x *BenchSession) String() string
type BenchSession_SubField ¶
type BenchSession_SubField struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*BenchSession_SubField) Descriptor
deprecated
func (*BenchSession_SubField) Descriptor() ([]byte, []int)
Deprecated: Use BenchSession_SubField.ProtoReflect.Descriptor instead.
func (*BenchSession_SubField) GetValue ¶
func (x *BenchSession_SubField) GetValue() string
func (*BenchSession_SubField) ProtoMessage ¶
func (*BenchSession_SubField) ProtoMessage()
func (*BenchSession_SubField) ProtoReflect ¶
func (x *BenchSession_SubField) ProtoReflect() protoreflect.Message
func (*BenchSession_SubField) Reset ¶
func (x *BenchSession_SubField) Reset()
func (*BenchSession_SubField) String ¶
func (x *BenchSession_SubField) String() string
type Session ¶
type Session struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Kv map[string]string `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Session) Descriptor
deprecated
func (*Session) GetMessage ¶
func (*Session) ProtoMessage ¶
func (*Session) ProtoMessage()
func (*Session) ProtoReflect ¶
func (x *Session) ProtoReflect() protoreflect.Message
type SessionWithDeadline ¶
type SessionWithDeadline struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Kv map[string]string `` /* 145-byte string literal not displayed */ NotAfter *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=not_after,json=notAfter,proto3" json:"not_after,omitempty"` // contains filtered or unexported fields }
func (*SessionWithDeadline) Descriptor
deprecated
func (*SessionWithDeadline) Descriptor() ([]byte, []int)
Deprecated: Use SessionWithDeadline.ProtoReflect.Descriptor instead.
func (*SessionWithDeadline) GetKv ¶
func (x *SessionWithDeadline) GetKv() map[string]string
func (*SessionWithDeadline) GetMessage ¶
func (x *SessionWithDeadline) GetMessage() string
func (*SessionWithDeadline) GetNotAfter ¶
func (x *SessionWithDeadline) GetNotAfter() *timestamppb.Timestamp
func (*SessionWithDeadline) ProtoMessage ¶
func (*SessionWithDeadline) ProtoMessage()
func (*SessionWithDeadline) ProtoReflect ¶
func (x *SessionWithDeadline) ProtoReflect() protoreflect.Message
func (*SessionWithDeadline) Reset ¶
func (x *SessionWithDeadline) Reset()
func (*SessionWithDeadline) String ¶
func (x *SessionWithDeadline) String() string
Click to show internal directories.
Click to hide internal directories.