Documentation ¶
Index ¶
- type Audit
- func (*Audit) Descriptor() ([]byte, []int)
- func (m *Audit) GetCreatedAt() *timestamp.Timestamp
- func (m *Audit) GetModifiedAt() *timestamp.Timestamp
- func (m *Audit) GetVers() int64
- func (*Audit) ProtoMessage()
- func (m *Audit) Reset()
- func (m *Audit) String() string
- func (m *Audit) XXX_DiscardUnknown()
- func (m *Audit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Audit) XXX_Merge(src proto.Message)
- func (m *Audit) XXX_Size() int
- func (m *Audit) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Audit ¶
type Audit struct { CreatedAt *timestamp.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` ModifiedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=modified_at,json=modifiedAt,proto3" json:"modified_at,omitempty"` Vers int64 `protobuf:"varint,3,opt,name=vers,proto3" json:"vers,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Audit) Descriptor ¶
func (*Audit) GetCreatedAt ¶
func (*Audit) GetModifiedAt ¶
func (*Audit) ProtoMessage ¶
func (*Audit) ProtoMessage()
func (*Audit) XXX_DiscardUnknown ¶
func (m *Audit) XXX_DiscardUnknown()
func (*Audit) XXX_Marshal ¶
func (*Audit) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.