Documentation
¶
Index ¶
- type Knot
- func (*Knot) Descriptor() ([]byte, []int)
- func (m *Knot) GetBoottimestamp() int64
- func (m *Knot) GetIp() string
- func (m *Knot) GetMosquitoes() int32
- func (m *Knot) GetName() string
- func (m *Knot) GetPort() string
- func (m *Knot) GetWings() []string
- func (*Knot) ProtoMessage()
- func (m *Knot) Reset()
- func (m *Knot) String() string
- func (m *Knot) XXX_DiscardUnknown()
- func (m *Knot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Knot) XXX_Merge(src proto.Message)
- func (m *Knot) XXX_Size() int
- func (m *Knot) XXX_Unmarshal(b []byte) error
- type Mosquito
- func (*Mosquito) Descriptor() ([]byte, []int)
- func (m *Mosquito) GetIp() string
- func (m *Mosquito) GetKnot() *Knot
- func (m *Mosquito) GetLasthandshake() int64
- func (m *Mosquito) GetPubkey() string
- func (*Mosquito) ProtoMessage()
- func (m *Mosquito) Reset()
- func (m *Mosquito) String() string
- func (m *Mosquito) XXX_DiscardUnknown()
- func (m *Mosquito) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Mosquito) XXX_Merge(src proto.Message)
- func (m *Mosquito) XXX_Size() int
- func (m *Mosquito) XXX_Unmarshal(b []byte) error
- type Pubkey
- func (*Pubkey) Descriptor() ([]byte, []int)
- func (m *Pubkey) GetOwner() string
- func (m *Pubkey) GetPubkey() string
- func (m *Pubkey) GetWings() []string
- func (*Pubkey) ProtoMessage()
- func (m *Pubkey) Reset()
- func (m *Pubkey) String() string
- func (m *Pubkey) XXX_DiscardUnknown()
- func (m *Pubkey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Pubkey) XXX_Merge(src proto.Message)
- func (m *Pubkey) XXX_Size() int
- func (m *Pubkey) XXX_Unmarshal(b []byte) error
- type Wing
- func (*Wing) Descriptor() ([]byte, []int)
- func (m *Wing) GetKnots() []string
- func (m *Wing) GetName() string
- func (m *Wing) GetPubkeys() []string
- func (*Wing) ProtoMessage()
- func (m *Wing) Reset()
- func (m *Wing) String() string
- func (m *Wing) XXX_DiscardUnknown()
- func (m *Wing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Wing) XXX_Merge(src proto.Message)
- func (m *Wing) XXX_Size() int
- func (m *Wing) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Knot ¶
type Knot struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` Port string `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty"` Wings []string `protobuf:"bytes,4,rep,name=wings,proto3" json:"wings,omitempty"` Boottimestamp int64 `protobuf:"varint,5,opt,name=boottimestamp,proto3" json:"boottimestamp,omitempty"` Mosquitoes int32 `protobuf:"varint,6,opt,name=mosquitoes,proto3" json:"mosquitoes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
type Mosquito ¶
type Mosquito struct { Pubkey string `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"` Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` Lasthandshake int64 `protobuf:"varint,3,opt,name=lasthandshake,proto3" json:"lasthandshake,omitempty"` Knot *Knot `protobuf:"bytes,4,opt,name=knot,proto3" json:"knot,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Mosquito) XXX_Marshal ¶
type Pubkey ¶
type Pubkey struct { Pubkey string `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"` Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"` Wings []string `protobuf:"bytes,3,rep,name=wings,proto3" json:"wings,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Pubkey) XXX_Marshal ¶
type Wing ¶
type Wing struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Pubkeys []string `protobuf:"bytes,2,rep,name=pubkeys,proto3" json:"pubkeys,omitempty"` Knots []string `protobuf:"bytes,3,rep,name=knots,proto3" json:"knots,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Click to show internal directories.
Click to hide internal directories.