Documentation
¶
Overview ¶
Package digest is a generated protocol buffer package.
It is generated from these files:
github.com/GoCollaborate/src/artifacts/digest/digest.proto
It has these top-level messages:
Digest
Index ¶
- type Card
- type Digest
- func (*Digest) Descriptor() ([]byte, []int)
- func (m *Digest) GetCards() map[string]*card.Card
- func (dgst *Digest) GetTimeStamp() int64
- func (m *Digest) GetTs() int64
- func (*Digest) ProtoMessage()
- func (m *Digest) Reset()
- func (dgst *Digest) SetCards(cards map[string]*card.Card)
- func (dgst *Digest) SetTimeStamp(ts int64)
- func (m *Digest) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
Card from public import github.com/GoCollaborate/src/artifacts/card/card.proto
func (*Card) ProtoMessage ¶
func (*Card) ProtoMessage()
type Digest ¶
type Digest struct {
Cards map[string]*card.Card `` /* 130-byte string literal not displayed */
Ts int64 `protobuf:"varint,2,opt,name=ts" json:"ts,omitempty"`
}
func (*Digest) Descriptor ¶
func (*Digest) GetTimeStamp ¶
func (*Digest) ProtoMessage ¶
func (*Digest) ProtoMessage()
func (*Digest) SetTimeStamp ¶
Click to show internal directories.
Click to hide internal directories.