Documentation
¶
Overview ¶
Package internal is a generated protocol buffer package.
It is generated from these files:
internal/internal.proto
It has these top-level messages:
Repository Message
Index ¶
- type Message
- type Repository
- func (m *Repository) GetDescription() string
- func (m *Repository) GetID() string
- func (m *Repository) GetLanguage() string
- func (m *Repository) GetMessages() []*Message
- func (m *Repository) GetNotified() bool
- func (*Repository) ProtoMessage()
- func (m *Repository) Reset()
- func (m *Repository) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { ID *uint64 `protobuf:"varint,1,req" json:"ID,omitempty"` Text *string `protobuf:"bytes,2,req" json:"Text,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
type Repository ¶
type Repository struct { ID *string `protobuf:"bytes,1,req" json:"ID,omitempty"` Description *string `protobuf:"bytes,2,req" json:"Description,omitempty"` Language *string `protobuf:"bytes,3,req" json:"Language,omitempty"` Notified *bool `protobuf:"varint,4,req" json:"Notified,omitempty"` Messages []*Message `protobuf:"bytes,5,rep" json:"Messages,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Repository) GetDescription ¶
func (m *Repository) GetDescription() string
func (*Repository) GetID ¶
func (m *Repository) GetID() string
func (*Repository) GetLanguage ¶
func (m *Repository) GetLanguage() string
func (*Repository) GetMessages ¶
func (m *Repository) GetMessages() []*Message
func (*Repository) GetNotified ¶
func (m *Repository) GetNotified() bool
func (*Repository) ProtoMessage ¶
func (*Repository) ProtoMessage()
func (*Repository) Reset ¶
func (m *Repository) Reset()
func (*Repository) String ¶
func (m *Repository) String() string
Click to show internal directories.
Click to hide internal directories.