Documentation ¶
Index ¶
- Variables
- type Timestamp
- func (*Timestamp) Descriptor() ([]byte, []int)deprecated
- func (x *Timestamp) GetAt() *timestamppb.Timestamp
- func (*Timestamp) ProtoMessage()
- func (x *Timestamp) ProtoReflect() protoreflect.Message
- func (x *Timestamp) Reset()
- func (x *Timestamp) String() string
- func (s *Timestamp) Value() (driver.Value, error)
- type UUID
- func (*UUID) Descriptor() ([]byte, []int)deprecated
- func (x *UUID) GetItem() string
- func (*UUID) ProtoMessage()
- func (x *UUID) ProtoReflect() protoreflect.Message
- func (x *UUID) Reset()
- func (s *UUID) Scan(value interface{}) error
- func (x *UUID) String() string
- func (s *UUID) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var File_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Timestamp ¶
type Timestamp struct { At *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=At,proto3" json:"At,omitempty"` // contains filtered or unexported fields }
func (*Timestamp) Descriptor
deprecated
func (*Timestamp) GetAt ¶
func (x *Timestamp) GetAt() *timestamppb.Timestamp
func (*Timestamp) ProtoMessage ¶
func (*Timestamp) ProtoMessage()
func (*Timestamp) ProtoReflect ¶
func (x *Timestamp) ProtoReflect() protoreflect.Message
type UUID ¶
type UUID struct { Item string `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item,omitempty"` // contains filtered or unexported fields }
func (*UUID) Descriptor
deprecated
func (*UUID) ProtoMessage ¶
func (*UUID) ProtoMessage()
func (*UUID) ProtoReflect ¶
func (x *UUID) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.