Documentation
¶
Overview ¶
Package card is a generated protocol buffer package.
It is generated from these files:
github.com/GoCollaborate/src/artifacts/card/card.proto
It has these top-level messages:
Card
Index ¶
- type Card
- func (*Card) Descriptor() ([]byte, []int)
- func (m *Card) GetAPI() string
- func (m *Card) GetAlive() bool
- func (c *Card) GetFullEndPoint() string
- func (c *Card) GetFullExposureAddress() string
- func (c *Card) GetFullExposureCard() Card
- func (c *Card) GetFullIP() string
- func (m *Card) GetIP() string
- func (m *Card) GetPort() int32
- func (m *Card) GetSeed() bool
- func (c *Card) IsEqualTo(another *Card) bool
- func (c *Card) IsInitialized() bool
- func (c *Card) IsSeed() bool
- func (*Card) ProtoMessage()
- func (m *Card) Reset()
- func (c *Card) SetAlive(alive bool)
- func (m *Card) String() string
- func (c *Card) ToSeed()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct { IP string `protobuf:"bytes,1,opt,name=IP" json:"IP,omitempty"` Port int32 `protobuf:"varint,2,opt,name=Port" json:"Port,omitempty"` Alive bool `protobuf:"varint,3,opt,name=Alive" json:"Alive,omitempty"` API string `protobuf:"bytes,4,opt,name=API" json:"API,omitempty"` Seed bool `protobuf:"varint,5,opt,name=Seed" json:"Seed,omitempty"` }
func (*Card) Descriptor ¶
func (*Card) GetFullEndPoint ¶
func (*Card) GetFullExposureAddress ¶
func (*Card) GetFullExposureCard ¶
func (*Card) IsInitialized ¶
func (*Card) ProtoMessage ¶
func (*Card) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.