spiderpb

package module
v0.0.0-...-a36722e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2020 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

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:"-"`
}

func (*Knot) Descriptor

func (*Knot) Descriptor() ([]byte, []int)

func (*Knot) GetBoottimestamp

func (m *Knot) GetBoottimestamp() int64

func (*Knot) GetIp

func (m *Knot) GetIp() string

func (*Knot) GetMosquitoes

func (m *Knot) GetMosquitoes() int32

func (*Knot) GetName

func (m *Knot) GetName() string

func (*Knot) GetPort

func (m *Knot) GetPort() string

func (*Knot) GetWings

func (m *Knot) GetWings() []string

func (*Knot) ProtoMessage

func (*Knot) ProtoMessage()

func (*Knot) Reset

func (m *Knot) Reset()

func (*Knot) String

func (m *Knot) String() string

func (*Knot) XXX_DiscardUnknown

func (m *Knot) XXX_DiscardUnknown()

func (*Knot) XXX_Marshal

func (m *Knot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Knot) XXX_Merge

func (m *Knot) XXX_Merge(src proto.Message)

func (*Knot) XXX_Size

func (m *Knot) XXX_Size() int

func (*Knot) XXX_Unmarshal

func (m *Knot) XXX_Unmarshal(b []byte) error

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) Descriptor

func (*Mosquito) Descriptor() ([]byte, []int)

func (*Mosquito) GetIp

func (m *Mosquito) GetIp() string

func (*Mosquito) GetKnot

func (m *Mosquito) GetKnot() *Knot

func (*Mosquito) GetLasthandshake

func (m *Mosquito) GetLasthandshake() int64

func (*Mosquito) GetPubkey

func (m *Mosquito) GetPubkey() string

func (*Mosquito) ProtoMessage

func (*Mosquito) ProtoMessage()

func (*Mosquito) Reset

func (m *Mosquito) Reset()

func (*Mosquito) String

func (m *Mosquito) String() string

func (*Mosquito) XXX_DiscardUnknown

func (m *Mosquito) XXX_DiscardUnknown()

func (*Mosquito) XXX_Marshal

func (m *Mosquito) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Mosquito) XXX_Merge

func (m *Mosquito) XXX_Merge(src proto.Message)

func (*Mosquito) XXX_Size

func (m *Mosquito) XXX_Size() int

func (*Mosquito) XXX_Unmarshal

func (m *Mosquito) XXX_Unmarshal(b []byte) error

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) Descriptor

func (*Pubkey) Descriptor() ([]byte, []int)

func (*Pubkey) GetOwner

func (m *Pubkey) GetOwner() string

func (*Pubkey) GetPubkey

func (m *Pubkey) GetPubkey() string

func (*Pubkey) GetWings

func (m *Pubkey) GetWings() []string

func (*Pubkey) ProtoMessage

func (*Pubkey) ProtoMessage()

func (*Pubkey) Reset

func (m *Pubkey) Reset()

func (*Pubkey) String

func (m *Pubkey) String() string

func (*Pubkey) XXX_DiscardUnknown

func (m *Pubkey) XXX_DiscardUnknown()

func (*Pubkey) XXX_Marshal

func (m *Pubkey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pubkey) XXX_Merge

func (m *Pubkey) XXX_Merge(src proto.Message)

func (*Pubkey) XXX_Size

func (m *Pubkey) XXX_Size() int

func (*Pubkey) XXX_Unmarshal

func (m *Pubkey) XXX_Unmarshal(b []byte) error

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:"-"`
}

func (*Wing) Descriptor

func (*Wing) Descriptor() ([]byte, []int)

func (*Wing) GetKnots

func (m *Wing) GetKnots() []string

func (*Wing) GetName

func (m *Wing) GetName() string

func (*Wing) GetPubkeys

func (m *Wing) GetPubkeys() []string

func (*Wing) ProtoMessage

func (*Wing) ProtoMessage()

func (*Wing) Reset

func (m *Wing) Reset()

func (*Wing) String

func (m *Wing) String() string

func (*Wing) XXX_DiscardUnknown

func (m *Wing) XXX_DiscardUnknown()

func (*Wing) XXX_Marshal

func (m *Wing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Wing) XXX_Merge

func (m *Wing) XXX_Merge(src proto.Message)

func (*Wing) XXX_Size

func (m *Wing) XXX_Size() int

func (*Wing) XXX_Unmarshal

func (m *Wing) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL