Documentation ¶
Overview ¶
Package common is a generated protocol buffer package.
It is generated from these files:
common/timestampwrapper.proto
It has these top-level messages:
TimestampWrapper
Index ¶
- type TimestampWrapper
- func (*TimestampWrapper) Descriptor() ([]byte, []int)
- func (m *TimestampWrapper) GetTime() *google_protobuf.Timestamp
- func (*TimestampWrapper) ProtoMessage()
- func (m *TimestampWrapper) Reset()
- func (p *TimestampWrapper) Scan(src interface{}) error
- func (m *TimestampWrapper) String() string
- func (p TimestampWrapper) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimestampWrapper ¶
type TimestampWrapper struct {
Time *google_protobuf.Timestamp `protobuf:"bytes,1,opt,name=time" json:"time,omitempty"`
}
Time is wrapper for Timestamp
func (*TimestampWrapper) Descriptor ¶
func (*TimestampWrapper) Descriptor() ([]byte, []int)
func (*TimestampWrapper) GetTime ¶
func (m *TimestampWrapper) GetTime() *google_protobuf.Timestamp
func (*TimestampWrapper) ProtoMessage ¶
func (*TimestampWrapper) ProtoMessage()
func (*TimestampWrapper) Reset ¶
func (m *TimestampWrapper) Reset()
func (*TimestampWrapper) Scan ¶
func (p *TimestampWrapper) Scan(src interface{}) error
Scan implements the sql.Scanner interface.
func (*TimestampWrapper) String ¶
func (m *TimestampWrapper) String() string
Click to show internal directories.
Click to hide internal directories.