payload

package
v0.0.56 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2020 License: Apache-2.0 Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthPayload        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPayload          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPayload = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type Backup

type Backup struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup) Descriptor

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

func (*Backup) Marshal

func (m *Backup) Marshal() (dAtA []byte, err error)

func (*Backup) MarshalTo

func (m *Backup) MarshalTo(dAtA []byte) (int, error)

func (*Backup) MarshalToSizedBuffer

func (m *Backup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup) ProtoMessage

func (*Backup) ProtoMessage()

func (*Backup) Reset

func (m *Backup) Reset()

func (*Backup) Size

func (m *Backup) Size() (n int)

func (*Backup) String

func (m *Backup) String() string

func (*Backup) Unmarshal

func (m *Backup) Unmarshal(dAtA []byte) error

func (*Backup) XXX_DiscardUnknown

func (m *Backup) XXX_DiscardUnknown()

func (*Backup) XXX_Marshal

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

func (*Backup) XXX_Merge

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

func (*Backup) XXX_Size

func (m *Backup) XXX_Size() int

func (*Backup) XXX_Unmarshal

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

type Backup_Compressed

type Backup_Compressed struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Compressed) Descriptor

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

func (*Backup_Compressed) Marshal

func (m *Backup_Compressed) Marshal() (dAtA []byte, err error)

func (*Backup_Compressed) MarshalTo

func (m *Backup_Compressed) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Compressed) MarshalToSizedBuffer

func (m *Backup_Compressed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Compressed) ProtoMessage

func (*Backup_Compressed) ProtoMessage()

func (*Backup_Compressed) Reset

func (m *Backup_Compressed) Reset()

func (*Backup_Compressed) Size

func (m *Backup_Compressed) Size() (n int)

func (*Backup_Compressed) String

func (m *Backup_Compressed) String() string

func (*Backup_Compressed) Unmarshal

func (m *Backup_Compressed) Unmarshal(dAtA []byte) error

func (*Backup_Compressed) XXX_DiscardUnknown

func (m *Backup_Compressed) XXX_DiscardUnknown()

func (*Backup_Compressed) XXX_Marshal

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

func (*Backup_Compressed) XXX_Merge

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

func (*Backup_Compressed) XXX_Size

func (m *Backup_Compressed) XXX_Size() int

func (*Backup_Compressed) XXX_Unmarshal

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

type Backup_Compressed_MetaVector

type Backup_Compressed_MetaVector struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Meta                 string   `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	Vector               []byte   `protobuf:"bytes,3,opt,name=vector,proto3" json:"vector,omitempty"`
	Ips                  []string `protobuf:"bytes,4,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Compressed_MetaVector) Descriptor

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

func (*Backup_Compressed_MetaVector) GetIps

func (m *Backup_Compressed_MetaVector) GetIps() []string

func (*Backup_Compressed_MetaVector) GetMeta

func (m *Backup_Compressed_MetaVector) GetMeta() string

func (*Backup_Compressed_MetaVector) GetUuid

func (m *Backup_Compressed_MetaVector) GetUuid() string

func (*Backup_Compressed_MetaVector) GetVector

func (m *Backup_Compressed_MetaVector) GetVector() []byte

func (*Backup_Compressed_MetaVector) Marshal

func (m *Backup_Compressed_MetaVector) Marshal() (dAtA []byte, err error)

func (*Backup_Compressed_MetaVector) MarshalTo

func (m *Backup_Compressed_MetaVector) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Compressed_MetaVector) MarshalToSizedBuffer

func (m *Backup_Compressed_MetaVector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Compressed_MetaVector) ProtoMessage

func (*Backup_Compressed_MetaVector) ProtoMessage()

func (*Backup_Compressed_MetaVector) Reset

func (m *Backup_Compressed_MetaVector) Reset()

func (*Backup_Compressed_MetaVector) Size

func (m *Backup_Compressed_MetaVector) Size() (n int)

func (*Backup_Compressed_MetaVector) String

func (*Backup_Compressed_MetaVector) Unmarshal

func (m *Backup_Compressed_MetaVector) Unmarshal(dAtA []byte) error

func (*Backup_Compressed_MetaVector) XXX_DiscardUnknown

func (m *Backup_Compressed_MetaVector) XXX_DiscardUnknown()

func (*Backup_Compressed_MetaVector) XXX_Marshal

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

func (*Backup_Compressed_MetaVector) XXX_Merge

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

func (*Backup_Compressed_MetaVector) XXX_Size

func (m *Backup_Compressed_MetaVector) XXX_Size() int

func (*Backup_Compressed_MetaVector) XXX_Unmarshal

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

type Backup_Compressed_MetaVectors

type Backup_Compressed_MetaVectors struct {
	Vectors              []*Backup_Compressed_MetaVector `protobuf:"bytes,1,rep,name=vectors,proto3" json:"vectors,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*Backup_Compressed_MetaVectors) Descriptor

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

func (*Backup_Compressed_MetaVectors) GetVectors

func (*Backup_Compressed_MetaVectors) Marshal

func (m *Backup_Compressed_MetaVectors) Marshal() (dAtA []byte, err error)

func (*Backup_Compressed_MetaVectors) MarshalTo

func (m *Backup_Compressed_MetaVectors) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Compressed_MetaVectors) MarshalToSizedBuffer

func (m *Backup_Compressed_MetaVectors) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Compressed_MetaVectors) ProtoMessage

func (*Backup_Compressed_MetaVectors) ProtoMessage()

func (*Backup_Compressed_MetaVectors) Reset

func (m *Backup_Compressed_MetaVectors) Reset()

func (*Backup_Compressed_MetaVectors) Size

func (m *Backup_Compressed_MetaVectors) Size() (n int)

func (*Backup_Compressed_MetaVectors) String

func (*Backup_Compressed_MetaVectors) Unmarshal

func (m *Backup_Compressed_MetaVectors) Unmarshal(dAtA []byte) error

func (*Backup_Compressed_MetaVectors) XXX_DiscardUnknown

func (m *Backup_Compressed_MetaVectors) XXX_DiscardUnknown()

func (*Backup_Compressed_MetaVectors) XXX_Marshal

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

func (*Backup_Compressed_MetaVectors) XXX_Merge

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

func (*Backup_Compressed_MetaVectors) XXX_Size

func (m *Backup_Compressed_MetaVectors) XXX_Size() int

func (*Backup_Compressed_MetaVectors) XXX_Unmarshal

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

type Backup_GetVector

type Backup_GetVector struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_GetVector) Descriptor

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

func (*Backup_GetVector) Marshal

func (m *Backup_GetVector) Marshal() (dAtA []byte, err error)

func (*Backup_GetVector) MarshalTo

func (m *Backup_GetVector) MarshalTo(dAtA []byte) (int, error)

func (*Backup_GetVector) MarshalToSizedBuffer

func (m *Backup_GetVector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_GetVector) ProtoMessage

func (*Backup_GetVector) ProtoMessage()

func (*Backup_GetVector) Reset

func (m *Backup_GetVector) Reset()

func (*Backup_GetVector) Size

func (m *Backup_GetVector) Size() (n int)

func (*Backup_GetVector) String

func (m *Backup_GetVector) String() string

func (*Backup_GetVector) Unmarshal

func (m *Backup_GetVector) Unmarshal(dAtA []byte) error

func (*Backup_GetVector) XXX_DiscardUnknown

func (m *Backup_GetVector) XXX_DiscardUnknown()

func (*Backup_GetVector) XXX_Marshal

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

func (*Backup_GetVector) XXX_Merge

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

func (*Backup_GetVector) XXX_Size

func (m *Backup_GetVector) XXX_Size() int

func (*Backup_GetVector) XXX_Unmarshal

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

type Backup_GetVector_Owner added in v0.0.27

type Backup_GetVector_Owner struct {
	Ip                   string   `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_GetVector_Owner) Descriptor added in v0.0.27

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

func (*Backup_GetVector_Owner) GetIp added in v0.0.27

func (m *Backup_GetVector_Owner) GetIp() string

func (*Backup_GetVector_Owner) Marshal added in v0.0.27

func (m *Backup_GetVector_Owner) Marshal() (dAtA []byte, err error)

func (*Backup_GetVector_Owner) MarshalTo added in v0.0.27

func (m *Backup_GetVector_Owner) MarshalTo(dAtA []byte) (int, error)

func (*Backup_GetVector_Owner) MarshalToSizedBuffer added in v0.0.27

func (m *Backup_GetVector_Owner) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_GetVector_Owner) ProtoMessage added in v0.0.27

func (*Backup_GetVector_Owner) ProtoMessage()

func (*Backup_GetVector_Owner) Reset added in v0.0.27

func (m *Backup_GetVector_Owner) Reset()

func (*Backup_GetVector_Owner) Size added in v0.0.27

func (m *Backup_GetVector_Owner) Size() (n int)

func (*Backup_GetVector_Owner) String added in v0.0.27

func (m *Backup_GetVector_Owner) String() string

func (*Backup_GetVector_Owner) Unmarshal added in v0.0.27

func (m *Backup_GetVector_Owner) Unmarshal(dAtA []byte) error

func (*Backup_GetVector_Owner) XXX_DiscardUnknown added in v0.0.27

func (m *Backup_GetVector_Owner) XXX_DiscardUnknown()

func (*Backup_GetVector_Owner) XXX_Marshal added in v0.0.27

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

func (*Backup_GetVector_Owner) XXX_Merge added in v0.0.27

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

func (*Backup_GetVector_Owner) XXX_Size added in v0.0.27

func (m *Backup_GetVector_Owner) XXX_Size() int

func (*Backup_GetVector_Owner) XXX_Unmarshal added in v0.0.27

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

type Backup_GetVector_Request

type Backup_GetVector_Request struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_GetVector_Request) Descriptor

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

func (*Backup_GetVector_Request) GetUuid

func (m *Backup_GetVector_Request) GetUuid() string

func (*Backup_GetVector_Request) Marshal

func (m *Backup_GetVector_Request) Marshal() (dAtA []byte, err error)

func (*Backup_GetVector_Request) MarshalTo

func (m *Backup_GetVector_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_GetVector_Request) MarshalToSizedBuffer

func (m *Backup_GetVector_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_GetVector_Request) ProtoMessage

func (*Backup_GetVector_Request) ProtoMessage()

func (*Backup_GetVector_Request) Reset

func (m *Backup_GetVector_Request) Reset()

func (*Backup_GetVector_Request) Size

func (m *Backup_GetVector_Request) Size() (n int)

func (*Backup_GetVector_Request) String

func (m *Backup_GetVector_Request) String() string

func (*Backup_GetVector_Request) Unmarshal

func (m *Backup_GetVector_Request) Unmarshal(dAtA []byte) error

func (*Backup_GetVector_Request) XXX_DiscardUnknown

func (m *Backup_GetVector_Request) XXX_DiscardUnknown()

func (*Backup_GetVector_Request) XXX_Marshal

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

func (*Backup_GetVector_Request) XXX_Merge

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

func (*Backup_GetVector_Request) XXX_Size

func (m *Backup_GetVector_Request) XXX_Size() int

func (*Backup_GetVector_Request) XXX_Unmarshal

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

type Backup_IP

type Backup_IP struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP) Descriptor

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

func (*Backup_IP) Marshal

func (m *Backup_IP) Marshal() (dAtA []byte, err error)

func (*Backup_IP) MarshalTo

func (m *Backup_IP) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP) MarshalToSizedBuffer

func (m *Backup_IP) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP) ProtoMessage

func (*Backup_IP) ProtoMessage()

func (*Backup_IP) Reset

func (m *Backup_IP) Reset()

func (*Backup_IP) Size

func (m *Backup_IP) Size() (n int)

func (*Backup_IP) String

func (m *Backup_IP) String() string

func (*Backup_IP) Unmarshal

func (m *Backup_IP) Unmarshal(dAtA []byte) error

func (*Backup_IP) XXX_DiscardUnknown

func (m *Backup_IP) XXX_DiscardUnknown()

func (*Backup_IP) XXX_Marshal

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

func (*Backup_IP) XXX_Merge

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

func (*Backup_IP) XXX_Size

func (m *Backup_IP) XXX_Size() int

func (*Backup_IP) XXX_Unmarshal

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

type Backup_IP_Register

type Backup_IP_Register struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP_Register) Descriptor

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

func (*Backup_IP_Register) Marshal

func (m *Backup_IP_Register) Marshal() (dAtA []byte, err error)

func (*Backup_IP_Register) MarshalTo

func (m *Backup_IP_Register) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP_Register) MarshalToSizedBuffer

func (m *Backup_IP_Register) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP_Register) ProtoMessage

func (*Backup_IP_Register) ProtoMessage()

func (*Backup_IP_Register) Reset

func (m *Backup_IP_Register) Reset()

func (*Backup_IP_Register) Size

func (m *Backup_IP_Register) Size() (n int)

func (*Backup_IP_Register) String

func (m *Backup_IP_Register) String() string

func (*Backup_IP_Register) Unmarshal

func (m *Backup_IP_Register) Unmarshal(dAtA []byte) error

func (*Backup_IP_Register) XXX_DiscardUnknown

func (m *Backup_IP_Register) XXX_DiscardUnknown()

func (*Backup_IP_Register) XXX_Marshal

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

func (*Backup_IP_Register) XXX_Merge

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

func (*Backup_IP_Register) XXX_Size

func (m *Backup_IP_Register) XXX_Size() int

func (*Backup_IP_Register) XXX_Unmarshal

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

type Backup_IP_Register_Request

type Backup_IP_Register_Request struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Ips                  []string `protobuf:"bytes,2,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP_Register_Request) Descriptor

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

func (*Backup_IP_Register_Request) GetIps

func (m *Backup_IP_Register_Request) GetIps() []string

func (*Backup_IP_Register_Request) GetUuid

func (m *Backup_IP_Register_Request) GetUuid() string

func (*Backup_IP_Register_Request) Marshal

func (m *Backup_IP_Register_Request) Marshal() (dAtA []byte, err error)

func (*Backup_IP_Register_Request) MarshalTo

func (m *Backup_IP_Register_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP_Register_Request) MarshalToSizedBuffer

func (m *Backup_IP_Register_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP_Register_Request) ProtoMessage

func (*Backup_IP_Register_Request) ProtoMessage()

func (*Backup_IP_Register_Request) Reset

func (m *Backup_IP_Register_Request) Reset()

func (*Backup_IP_Register_Request) Size

func (m *Backup_IP_Register_Request) Size() (n int)

func (*Backup_IP_Register_Request) String

func (m *Backup_IP_Register_Request) String() string

func (*Backup_IP_Register_Request) Unmarshal

func (m *Backup_IP_Register_Request) Unmarshal(dAtA []byte) error

func (*Backup_IP_Register_Request) XXX_DiscardUnknown

func (m *Backup_IP_Register_Request) XXX_DiscardUnknown()

func (*Backup_IP_Register_Request) XXX_Marshal

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

func (*Backup_IP_Register_Request) XXX_Merge

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

func (*Backup_IP_Register_Request) XXX_Size

func (m *Backup_IP_Register_Request) XXX_Size() int

func (*Backup_IP_Register_Request) XXX_Unmarshal

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

type Backup_IP_Remove

type Backup_IP_Remove struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP_Remove) Descriptor

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

func (*Backup_IP_Remove) Marshal

func (m *Backup_IP_Remove) Marshal() (dAtA []byte, err error)

func (*Backup_IP_Remove) MarshalTo

func (m *Backup_IP_Remove) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP_Remove) MarshalToSizedBuffer

func (m *Backup_IP_Remove) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP_Remove) ProtoMessage

func (*Backup_IP_Remove) ProtoMessage()

func (*Backup_IP_Remove) Reset

func (m *Backup_IP_Remove) Reset()

func (*Backup_IP_Remove) Size

func (m *Backup_IP_Remove) Size() (n int)

func (*Backup_IP_Remove) String

func (m *Backup_IP_Remove) String() string

func (*Backup_IP_Remove) Unmarshal

func (m *Backup_IP_Remove) Unmarshal(dAtA []byte) error

func (*Backup_IP_Remove) XXX_DiscardUnknown

func (m *Backup_IP_Remove) XXX_DiscardUnknown()

func (*Backup_IP_Remove) XXX_Marshal

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

func (*Backup_IP_Remove) XXX_Merge

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

func (*Backup_IP_Remove) XXX_Size

func (m *Backup_IP_Remove) XXX_Size() int

func (*Backup_IP_Remove) XXX_Unmarshal

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

type Backup_IP_Remove_Request

type Backup_IP_Remove_Request struct {
	Ips                  []string `protobuf:"bytes,1,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP_Remove_Request) Descriptor

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

func (*Backup_IP_Remove_Request) GetIps

func (m *Backup_IP_Remove_Request) GetIps() []string

func (*Backup_IP_Remove_Request) Marshal

func (m *Backup_IP_Remove_Request) Marshal() (dAtA []byte, err error)

func (*Backup_IP_Remove_Request) MarshalTo

func (m *Backup_IP_Remove_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP_Remove_Request) MarshalToSizedBuffer

func (m *Backup_IP_Remove_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP_Remove_Request) ProtoMessage

func (*Backup_IP_Remove_Request) ProtoMessage()

func (*Backup_IP_Remove_Request) Reset

func (m *Backup_IP_Remove_Request) Reset()

func (*Backup_IP_Remove_Request) Size

func (m *Backup_IP_Remove_Request) Size() (n int)

func (*Backup_IP_Remove_Request) String

func (m *Backup_IP_Remove_Request) String() string

func (*Backup_IP_Remove_Request) Unmarshal

func (m *Backup_IP_Remove_Request) Unmarshal(dAtA []byte) error

func (*Backup_IP_Remove_Request) XXX_DiscardUnknown

func (m *Backup_IP_Remove_Request) XXX_DiscardUnknown()

func (*Backup_IP_Remove_Request) XXX_Marshal

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

func (*Backup_IP_Remove_Request) XXX_Merge

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

func (*Backup_IP_Remove_Request) XXX_Size

func (m *Backup_IP_Remove_Request) XXX_Size() int

func (*Backup_IP_Remove_Request) XXX_Unmarshal

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

type Backup_Locations

type Backup_Locations struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Locations) Descriptor

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

func (*Backup_Locations) Marshal

func (m *Backup_Locations) Marshal() (dAtA []byte, err error)

func (*Backup_Locations) MarshalTo

func (m *Backup_Locations) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Locations) MarshalToSizedBuffer

func (m *Backup_Locations) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Locations) ProtoMessage

func (*Backup_Locations) ProtoMessage()

func (*Backup_Locations) Reset

func (m *Backup_Locations) Reset()

func (*Backup_Locations) Size

func (m *Backup_Locations) Size() (n int)

func (*Backup_Locations) String

func (m *Backup_Locations) String() string

func (*Backup_Locations) Unmarshal

func (m *Backup_Locations) Unmarshal(dAtA []byte) error

func (*Backup_Locations) XXX_DiscardUnknown

func (m *Backup_Locations) XXX_DiscardUnknown()

func (*Backup_Locations) XXX_Marshal

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

func (*Backup_Locations) XXX_Merge

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

func (*Backup_Locations) XXX_Size

func (m *Backup_Locations) XXX_Size() int

func (*Backup_Locations) XXX_Unmarshal

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

type Backup_Locations_Request

type Backup_Locations_Request struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Locations_Request) Descriptor

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

func (*Backup_Locations_Request) GetUuid

func (m *Backup_Locations_Request) GetUuid() string

func (*Backup_Locations_Request) Marshal

func (m *Backup_Locations_Request) Marshal() (dAtA []byte, err error)

func (*Backup_Locations_Request) MarshalTo

func (m *Backup_Locations_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Locations_Request) MarshalToSizedBuffer

func (m *Backup_Locations_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Locations_Request) ProtoMessage

func (*Backup_Locations_Request) ProtoMessage()

func (*Backup_Locations_Request) Reset

func (m *Backup_Locations_Request) Reset()

func (*Backup_Locations_Request) Size

func (m *Backup_Locations_Request) Size() (n int)

func (*Backup_Locations_Request) String

func (m *Backup_Locations_Request) String() string

func (*Backup_Locations_Request) Unmarshal

func (m *Backup_Locations_Request) Unmarshal(dAtA []byte) error

func (*Backup_Locations_Request) XXX_DiscardUnknown

func (m *Backup_Locations_Request) XXX_DiscardUnknown()

func (*Backup_Locations_Request) XXX_Marshal

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

func (*Backup_Locations_Request) XXX_Merge

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

func (*Backup_Locations_Request) XXX_Size

func (m *Backup_Locations_Request) XXX_Size() int

func (*Backup_Locations_Request) XXX_Unmarshal

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

type Backup_MetaVector

type Backup_MetaVector struct {
	Uuid                 string    `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Meta                 string    `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	Vector               []float32 `protobuf:"fixed32,3,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	Ips                  []string  `protobuf:"bytes,4,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Backup_MetaVector) Descriptor

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

func (*Backup_MetaVector) GetIps

func (m *Backup_MetaVector) GetIps() []string

func (*Backup_MetaVector) GetMeta

func (m *Backup_MetaVector) GetMeta() string

func (*Backup_MetaVector) GetUuid

func (m *Backup_MetaVector) GetUuid() string

func (*Backup_MetaVector) GetVector

func (m *Backup_MetaVector) GetVector() []float32

func (*Backup_MetaVector) Marshal

func (m *Backup_MetaVector) Marshal() (dAtA []byte, err error)

func (*Backup_MetaVector) MarshalTo

func (m *Backup_MetaVector) MarshalTo(dAtA []byte) (int, error)

func (*Backup_MetaVector) MarshalToSizedBuffer

func (m *Backup_MetaVector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_MetaVector) ProtoMessage

func (*Backup_MetaVector) ProtoMessage()

func (*Backup_MetaVector) Reset

func (m *Backup_MetaVector) Reset()

func (*Backup_MetaVector) Size

func (m *Backup_MetaVector) Size() (n int)

func (*Backup_MetaVector) String

func (m *Backup_MetaVector) String() string

func (*Backup_MetaVector) Unmarshal

func (m *Backup_MetaVector) Unmarshal(dAtA []byte) error

func (*Backup_MetaVector) XXX_DiscardUnknown

func (m *Backup_MetaVector) XXX_DiscardUnknown()

func (*Backup_MetaVector) XXX_Marshal

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

func (*Backup_MetaVector) XXX_Merge

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

func (*Backup_MetaVector) XXX_Size

func (m *Backup_MetaVector) XXX_Size() int

func (*Backup_MetaVector) XXX_Unmarshal

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

type Backup_MetaVectors

type Backup_MetaVectors struct {
	Vectors              []*Backup_MetaVector `protobuf:"bytes,1,rep,name=vectors,proto3" json:"vectors,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Backup_MetaVectors) Descriptor

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

func (*Backup_MetaVectors) GetVectors

func (m *Backup_MetaVectors) GetVectors() []*Backup_MetaVector

func (*Backup_MetaVectors) Marshal

func (m *Backup_MetaVectors) Marshal() (dAtA []byte, err error)

func (*Backup_MetaVectors) MarshalTo

func (m *Backup_MetaVectors) MarshalTo(dAtA []byte) (int, error)

func (*Backup_MetaVectors) MarshalToSizedBuffer

func (m *Backup_MetaVectors) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_MetaVectors) ProtoMessage

func (*Backup_MetaVectors) ProtoMessage()

func (*Backup_MetaVectors) Reset

func (m *Backup_MetaVectors) Reset()

func (*Backup_MetaVectors) Size

func (m *Backup_MetaVectors) Size() (n int)

func (*Backup_MetaVectors) String

func (m *Backup_MetaVectors) String() string

func (*Backup_MetaVectors) Unmarshal

func (m *Backup_MetaVectors) Unmarshal(dAtA []byte) error

func (*Backup_MetaVectors) XXX_DiscardUnknown

func (m *Backup_MetaVectors) XXX_DiscardUnknown()

func (*Backup_MetaVectors) XXX_Marshal

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

func (*Backup_MetaVectors) XXX_Merge

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

func (*Backup_MetaVectors) XXX_Size

func (m *Backup_MetaVectors) XXX_Size() int

func (*Backup_MetaVectors) XXX_Unmarshal

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

type Backup_Remove

type Backup_Remove struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Remove) Descriptor

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

func (*Backup_Remove) Marshal

func (m *Backup_Remove) Marshal() (dAtA []byte, err error)

func (*Backup_Remove) MarshalTo

func (m *Backup_Remove) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Remove) MarshalToSizedBuffer

func (m *Backup_Remove) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Remove) ProtoMessage

func (*Backup_Remove) ProtoMessage()

func (*Backup_Remove) Reset

func (m *Backup_Remove) Reset()

func (*Backup_Remove) Size

func (m *Backup_Remove) Size() (n int)

func (*Backup_Remove) String

func (m *Backup_Remove) String() string

func (*Backup_Remove) Unmarshal

func (m *Backup_Remove) Unmarshal(dAtA []byte) error

func (*Backup_Remove) XXX_DiscardUnknown

func (m *Backup_Remove) XXX_DiscardUnknown()

func (*Backup_Remove) XXX_Marshal

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

func (*Backup_Remove) XXX_Merge

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

func (*Backup_Remove) XXX_Size

func (m *Backup_Remove) XXX_Size() int

func (*Backup_Remove) XXX_Unmarshal

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

type Backup_Remove_Request

type Backup_Remove_Request struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Remove_Request) Descriptor

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

func (*Backup_Remove_Request) GetUuid

func (m *Backup_Remove_Request) GetUuid() string

func (*Backup_Remove_Request) Marshal

func (m *Backup_Remove_Request) Marshal() (dAtA []byte, err error)

func (*Backup_Remove_Request) MarshalTo

func (m *Backup_Remove_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Remove_Request) MarshalToSizedBuffer

func (m *Backup_Remove_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Remove_Request) ProtoMessage

func (*Backup_Remove_Request) ProtoMessage()

func (*Backup_Remove_Request) Reset

func (m *Backup_Remove_Request) Reset()

func (*Backup_Remove_Request) Size

func (m *Backup_Remove_Request) Size() (n int)

func (*Backup_Remove_Request) String

func (m *Backup_Remove_Request) String() string

func (*Backup_Remove_Request) Unmarshal

func (m *Backup_Remove_Request) Unmarshal(dAtA []byte) error

func (*Backup_Remove_Request) XXX_DiscardUnknown

func (m *Backup_Remove_Request) XXX_DiscardUnknown()

func (*Backup_Remove_Request) XXX_Marshal

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

func (*Backup_Remove_Request) XXX_Merge

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

func (*Backup_Remove_Request) XXX_Size

func (m *Backup_Remove_Request) XXX_Size() int

func (*Backup_Remove_Request) XXX_Unmarshal

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

type Backup_Remove_RequestMulti

type Backup_Remove_RequestMulti struct {
	Uuids                []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Remove_RequestMulti) Descriptor

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

func (*Backup_Remove_RequestMulti) GetUuids

func (m *Backup_Remove_RequestMulti) GetUuids() []string

func (*Backup_Remove_RequestMulti) Marshal

func (m *Backup_Remove_RequestMulti) Marshal() (dAtA []byte, err error)

func (*Backup_Remove_RequestMulti) MarshalTo

func (m *Backup_Remove_RequestMulti) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Remove_RequestMulti) MarshalToSizedBuffer

func (m *Backup_Remove_RequestMulti) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Remove_RequestMulti) ProtoMessage

func (*Backup_Remove_RequestMulti) ProtoMessage()

func (*Backup_Remove_RequestMulti) Reset

func (m *Backup_Remove_RequestMulti) Reset()

func (*Backup_Remove_RequestMulti) Size

func (m *Backup_Remove_RequestMulti) Size() (n int)

func (*Backup_Remove_RequestMulti) String

func (m *Backup_Remove_RequestMulti) String() string

func (*Backup_Remove_RequestMulti) Unmarshal

func (m *Backup_Remove_RequestMulti) Unmarshal(dAtA []byte) error

func (*Backup_Remove_RequestMulti) XXX_DiscardUnknown

func (m *Backup_Remove_RequestMulti) XXX_DiscardUnknown()

func (*Backup_Remove_RequestMulti) XXX_Marshal

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

func (*Backup_Remove_RequestMulti) XXX_Merge

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

func (*Backup_Remove_RequestMulti) XXX_Size

func (m *Backup_Remove_RequestMulti) XXX_Size() int

func (*Backup_Remove_RequestMulti) XXX_Unmarshal

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

type Control added in v0.0.5

type Control struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Control) Descriptor added in v0.0.5

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

func (*Control) Marshal added in v0.0.5

func (m *Control) Marshal() (dAtA []byte, err error)

func (*Control) MarshalTo added in v0.0.5

func (m *Control) MarshalTo(dAtA []byte) (int, error)

func (*Control) MarshalToSizedBuffer added in v0.0.5

func (m *Control) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Control) ProtoMessage added in v0.0.5

func (*Control) ProtoMessage()

func (*Control) Reset added in v0.0.5

func (m *Control) Reset()

func (*Control) Size added in v0.0.5

func (m *Control) Size() (n int)

func (*Control) String added in v0.0.5

func (m *Control) String() string

func (*Control) Unmarshal added in v0.0.5

func (m *Control) Unmarshal(dAtA []byte) error

func (*Control) XXX_DiscardUnknown added in v0.0.5

func (m *Control) XXX_DiscardUnknown()

func (*Control) XXX_Marshal added in v0.0.5

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

func (*Control) XXX_Merge added in v0.0.5

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

func (*Control) XXX_Size added in v0.0.5

func (m *Control) XXX_Size() int

func (*Control) XXX_Unmarshal added in v0.0.5

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

type Control_CreateIndexRequest added in v0.0.5

type Control_CreateIndexRequest struct {
	PoolSize             uint32   `protobuf:"varint,1,opt,name=pool_size,json=poolSize,proto3" json:"pool_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Control_CreateIndexRequest) Descriptor added in v0.0.5

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

func (*Control_CreateIndexRequest) GetPoolSize added in v0.0.5

func (m *Control_CreateIndexRequest) GetPoolSize() uint32

func (*Control_CreateIndexRequest) Marshal added in v0.0.5

func (m *Control_CreateIndexRequest) Marshal() (dAtA []byte, err error)

func (*Control_CreateIndexRequest) MarshalTo added in v0.0.5

func (m *Control_CreateIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*Control_CreateIndexRequest) MarshalToSizedBuffer added in v0.0.5

func (m *Control_CreateIndexRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Control_CreateIndexRequest) ProtoMessage added in v0.0.5

func (*Control_CreateIndexRequest) ProtoMessage()

func (*Control_CreateIndexRequest) Reset added in v0.0.5

func (m *Control_CreateIndexRequest) Reset()

func (*Control_CreateIndexRequest) Size added in v0.0.5

func (m *Control_CreateIndexRequest) Size() (n int)

func (*Control_CreateIndexRequest) String added in v0.0.5

func (m *Control_CreateIndexRequest) String() string

func (*Control_CreateIndexRequest) Unmarshal added in v0.0.5

func (m *Control_CreateIndexRequest) Unmarshal(dAtA []byte) error

func (*Control_CreateIndexRequest) XXX_DiscardUnknown added in v0.0.5

func (m *Control_CreateIndexRequest) XXX_DiscardUnknown()

func (*Control_CreateIndexRequest) XXX_Marshal added in v0.0.5

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

func (*Control_CreateIndexRequest) XXX_Merge added in v0.0.5

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

func (*Control_CreateIndexRequest) XXX_Size added in v0.0.5

func (m *Control_CreateIndexRequest) XXX_Size() int

func (*Control_CreateIndexRequest) XXX_Unmarshal added in v0.0.5

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

type Discoverer

type Discoverer struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Discoverer) Descriptor

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

func (*Discoverer) Marshal

func (m *Discoverer) Marshal() (dAtA []byte, err error)

func (*Discoverer) MarshalTo

func (m *Discoverer) MarshalTo(dAtA []byte) (int, error)

func (*Discoverer) MarshalToSizedBuffer

func (m *Discoverer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Discoverer) ProtoMessage

func (*Discoverer) ProtoMessage()

func (*Discoverer) Reset

func (m *Discoverer) Reset()

func (*Discoverer) Size

func (m *Discoverer) Size() (n int)

func (*Discoverer) String

func (m *Discoverer) String() string

func (*Discoverer) Unmarshal

func (m *Discoverer) Unmarshal(dAtA []byte) error

func (*Discoverer) XXX_DiscardUnknown

func (m *Discoverer) XXX_DiscardUnknown()

func (*Discoverer) XXX_Marshal

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

func (*Discoverer) XXX_Merge

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

func (*Discoverer) XXX_Size

func (m *Discoverer) XXX_Size() int

func (*Discoverer) XXX_Unmarshal

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

type Discoverer_Request

type Discoverer_Request struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace            string   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Node                 string   `protobuf:"bytes,3,opt,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Discoverer_Request) Descriptor

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

func (*Discoverer_Request) GetName

func (m *Discoverer_Request) GetName() string

func (*Discoverer_Request) GetNamespace added in v0.0.5

func (m *Discoverer_Request) GetNamespace() string

func (*Discoverer_Request) GetNode

func (m *Discoverer_Request) GetNode() string

func (*Discoverer_Request) Marshal

func (m *Discoverer_Request) Marshal() (dAtA []byte, err error)

func (*Discoverer_Request) MarshalTo

func (m *Discoverer_Request) MarshalTo(dAtA []byte) (int, error)

func (*Discoverer_Request) MarshalToSizedBuffer

func (m *Discoverer_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Discoverer_Request) ProtoMessage

func (*Discoverer_Request) ProtoMessage()

func (*Discoverer_Request) Reset

func (m *Discoverer_Request) Reset()

func (*Discoverer_Request) Size

func (m *Discoverer_Request) Size() (n int)

func (*Discoverer_Request) String

func (m *Discoverer_Request) String() string

func (*Discoverer_Request) Unmarshal

func (m *Discoverer_Request) Unmarshal(dAtA []byte) error

func (*Discoverer_Request) XXX_DiscardUnknown

func (m *Discoverer_Request) XXX_DiscardUnknown()

func (*Discoverer_Request) XXX_Marshal

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

func (*Discoverer_Request) XXX_Merge

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

func (*Discoverer_Request) XXX_Size

func (m *Discoverer_Request) XXX_Size() int

func (*Discoverer_Request) XXX_Unmarshal

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

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Empty) Descriptor

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

func (*Empty) Marshal

func (m *Empty) Marshal() (dAtA []byte, err error)

func (*Empty) MarshalTo

func (m *Empty) MarshalTo(dAtA []byte) (int, error)

func (*Empty) MarshalToSizedBuffer

func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) Size

func (m *Empty) Size() (n int)

func (*Empty) String

func (m *Empty) String() string

func (*Empty) Unmarshal

func (m *Empty) Unmarshal(dAtA []byte) error

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

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

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

type Info

type Info struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info) Descriptor

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

func (*Info) Marshal

func (m *Info) Marshal() (dAtA []byte, err error)

func (*Info) MarshalTo

func (m *Info) MarshalTo(dAtA []byte) (int, error)

func (*Info) MarshalToSizedBuffer

func (m *Info) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) Reset

func (m *Info) Reset()

func (*Info) Size

func (m *Info) Size() (n int)

func (*Info) String

func (m *Info) String() string

func (*Info) Unmarshal

func (m *Info) Unmarshal(dAtA []byte) error

func (*Info) XXX_DiscardUnknown

func (m *Info) XXX_DiscardUnknown()

func (*Info) XXX_Marshal

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

func (*Info) XXX_Merge

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

func (*Info) XXX_Size

func (m *Info) XXX_Size() int

func (*Info) XXX_Unmarshal

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

type Info_CPU added in v0.0.5

type Info_CPU struct {
	Limit                float64  `protobuf:"fixed64,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Request              float64  `protobuf:"fixed64,2,opt,name=request,proto3" json:"request,omitempty"`
	Usage                float64  `protobuf:"fixed64,3,opt,name=usage,proto3" json:"usage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_CPU) Descriptor added in v0.0.5

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

func (*Info_CPU) GetLimit added in v0.0.5

func (m *Info_CPU) GetLimit() float64

func (*Info_CPU) GetRequest added in v0.0.5

func (m *Info_CPU) GetRequest() float64

func (*Info_CPU) GetUsage added in v0.0.5

func (m *Info_CPU) GetUsage() float64

func (*Info_CPU) Marshal added in v0.0.5

func (m *Info_CPU) Marshal() (dAtA []byte, err error)

func (*Info_CPU) MarshalTo added in v0.0.5

func (m *Info_CPU) MarshalTo(dAtA []byte) (int, error)

func (*Info_CPU) MarshalToSizedBuffer added in v0.0.5

func (m *Info_CPU) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_CPU) ProtoMessage added in v0.0.5

func (*Info_CPU) ProtoMessage()

func (*Info_CPU) Reset added in v0.0.5

func (m *Info_CPU) Reset()

func (*Info_CPU) Size added in v0.0.5

func (m *Info_CPU) Size() (n int)

func (*Info_CPU) String added in v0.0.5

func (m *Info_CPU) String() string

func (*Info_CPU) Unmarshal added in v0.0.5

func (m *Info_CPU) Unmarshal(dAtA []byte) error

func (*Info_CPU) XXX_DiscardUnknown added in v0.0.5

func (m *Info_CPU) XXX_DiscardUnknown()

func (*Info_CPU) XXX_Marshal added in v0.0.5

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

func (*Info_CPU) XXX_Merge added in v0.0.5

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

func (*Info_CPU) XXX_Size added in v0.0.5

func (m *Info_CPU) XXX_Size() int

func (*Info_CPU) XXX_Unmarshal added in v0.0.5

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

type Info_IPs

type Info_IPs struct {
	Ip                   []string `protobuf:"bytes,1,rep,name=ip,proto3" json:"ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_IPs) Descriptor

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

func (*Info_IPs) GetIp

func (m *Info_IPs) GetIp() []string

func (*Info_IPs) Marshal

func (m *Info_IPs) Marshal() (dAtA []byte, err error)

func (*Info_IPs) MarshalTo

func (m *Info_IPs) MarshalTo(dAtA []byte) (int, error)

func (*Info_IPs) MarshalToSizedBuffer

func (m *Info_IPs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_IPs) ProtoMessage

func (*Info_IPs) ProtoMessage()

func (*Info_IPs) Reset

func (m *Info_IPs) Reset()

func (*Info_IPs) Size

func (m *Info_IPs) Size() (n int)

func (*Info_IPs) String

func (m *Info_IPs) String() string

func (*Info_IPs) Unmarshal

func (m *Info_IPs) Unmarshal(dAtA []byte) error

func (*Info_IPs) XXX_DiscardUnknown

func (m *Info_IPs) XXX_DiscardUnknown()

func (*Info_IPs) XXX_Marshal

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

func (*Info_IPs) XXX_Merge

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

func (*Info_IPs) XXX_Size

func (m *Info_IPs) XXX_Size() int

func (*Info_IPs) XXX_Unmarshal

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

type Info_Index

type Info_Index struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index) Descriptor

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

func (*Info_Index) Marshal

func (m *Info_Index) Marshal() (dAtA []byte, err error)

func (*Info_Index) MarshalTo

func (m *Info_Index) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index) MarshalToSizedBuffer

func (m *Info_Index) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index) ProtoMessage

func (*Info_Index) ProtoMessage()

func (*Info_Index) Reset

func (m *Info_Index) Reset()

func (*Info_Index) Size

func (m *Info_Index) Size() (n int)

func (*Info_Index) String

func (m *Info_Index) String() string

func (*Info_Index) Unmarshal

func (m *Info_Index) Unmarshal(dAtA []byte) error

func (*Info_Index) XXX_DiscardUnknown

func (m *Info_Index) XXX_DiscardUnknown()

func (*Info_Index) XXX_Marshal

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

func (*Info_Index) XXX_Merge

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

func (*Info_Index) XXX_Size

func (m *Info_Index) XXX_Size() int

func (*Info_Index) XXX_Unmarshal

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

type Info_Index_Count added in v0.0.22

type Info_Index_Count struct {
	Stored               uint32   `protobuf:"varint,1,opt,name=stored,proto3" json:"stored,omitempty"`
	Uncommitted          uint32   `protobuf:"varint,2,opt,name=uncommitted,proto3" json:"uncommitted,omitempty"`
	Indexing             bool     `protobuf:"varint,3,opt,name=indexing,proto3" json:"indexing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index_Count) Descriptor added in v0.0.22

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

func (*Info_Index_Count) GetIndexing added in v0.0.22

func (m *Info_Index_Count) GetIndexing() bool

func (*Info_Index_Count) GetStored added in v0.0.22

func (m *Info_Index_Count) GetStored() uint32

func (*Info_Index_Count) GetUncommitted added in v0.0.22

func (m *Info_Index_Count) GetUncommitted() uint32

func (*Info_Index_Count) Marshal added in v0.0.22

func (m *Info_Index_Count) Marshal() (dAtA []byte, err error)

func (*Info_Index_Count) MarshalTo added in v0.0.22

func (m *Info_Index_Count) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index_Count) MarshalToSizedBuffer added in v0.0.22

func (m *Info_Index_Count) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index_Count) ProtoMessage added in v0.0.22

func (*Info_Index_Count) ProtoMessage()

func (*Info_Index_Count) Reset added in v0.0.22

func (m *Info_Index_Count) Reset()

func (*Info_Index_Count) Size added in v0.0.22

func (m *Info_Index_Count) Size() (n int)

func (*Info_Index_Count) String added in v0.0.22

func (m *Info_Index_Count) String() string

func (*Info_Index_Count) Unmarshal added in v0.0.22

func (m *Info_Index_Count) Unmarshal(dAtA []byte) error

func (*Info_Index_Count) XXX_DiscardUnknown added in v0.0.22

func (m *Info_Index_Count) XXX_DiscardUnknown()

func (*Info_Index_Count) XXX_Marshal added in v0.0.22

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

func (*Info_Index_Count) XXX_Merge added in v0.0.22

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

func (*Info_Index_Count) XXX_Size added in v0.0.22

func (m *Info_Index_Count) XXX_Size() int

func (*Info_Index_Count) XXX_Unmarshal added in v0.0.22

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

type Info_Index_UUID added in v0.0.22

type Info_Index_UUID struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index_UUID) Descriptor added in v0.0.22

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

func (*Info_Index_UUID) Marshal added in v0.0.22

func (m *Info_Index_UUID) Marshal() (dAtA []byte, err error)

func (*Info_Index_UUID) MarshalTo added in v0.0.22

func (m *Info_Index_UUID) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index_UUID) MarshalToSizedBuffer added in v0.0.22

func (m *Info_Index_UUID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index_UUID) ProtoMessage added in v0.0.22

func (*Info_Index_UUID) ProtoMessage()

func (*Info_Index_UUID) Reset added in v0.0.22

func (m *Info_Index_UUID) Reset()

func (*Info_Index_UUID) Size added in v0.0.22

func (m *Info_Index_UUID) Size() (n int)

func (*Info_Index_UUID) String added in v0.0.22

func (m *Info_Index_UUID) String() string

func (*Info_Index_UUID) Unmarshal added in v0.0.22

func (m *Info_Index_UUID) Unmarshal(dAtA []byte) error

func (*Info_Index_UUID) XXX_DiscardUnknown added in v0.0.22

func (m *Info_Index_UUID) XXX_DiscardUnknown()

func (*Info_Index_UUID) XXX_Marshal added in v0.0.22

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

func (*Info_Index_UUID) XXX_Merge added in v0.0.22

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

func (*Info_Index_UUID) XXX_Size added in v0.0.22

func (m *Info_Index_UUID) XXX_Size() int

func (*Info_Index_UUID) XXX_Unmarshal added in v0.0.22

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

type Info_Index_UUID_Committed added in v0.0.22

type Info_Index_UUID_Committed struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index_UUID_Committed) Descriptor added in v0.0.22

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

func (*Info_Index_UUID_Committed) GetUuid added in v0.0.22

func (m *Info_Index_UUID_Committed) GetUuid() string

func (*Info_Index_UUID_Committed) Marshal added in v0.0.22

func (m *Info_Index_UUID_Committed) Marshal() (dAtA []byte, err error)

func (*Info_Index_UUID_Committed) MarshalTo added in v0.0.22

func (m *Info_Index_UUID_Committed) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index_UUID_Committed) MarshalToSizedBuffer added in v0.0.22

func (m *Info_Index_UUID_Committed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index_UUID_Committed) ProtoMessage added in v0.0.22

func (*Info_Index_UUID_Committed) ProtoMessage()

func (*Info_Index_UUID_Committed) Reset added in v0.0.22

func (m *Info_Index_UUID_Committed) Reset()

func (*Info_Index_UUID_Committed) Size added in v0.0.22

func (m *Info_Index_UUID_Committed) Size() (n int)

func (*Info_Index_UUID_Committed) String added in v0.0.22

func (m *Info_Index_UUID_Committed) String() string

func (*Info_Index_UUID_Committed) Unmarshal added in v0.0.22

func (m *Info_Index_UUID_Committed) Unmarshal(dAtA []byte) error

func (*Info_Index_UUID_Committed) XXX_DiscardUnknown added in v0.0.22

func (m *Info_Index_UUID_Committed) XXX_DiscardUnknown()

func (*Info_Index_UUID_Committed) XXX_Marshal added in v0.0.22

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

func (*Info_Index_UUID_Committed) XXX_Merge added in v0.0.22

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

func (*Info_Index_UUID_Committed) XXX_Size added in v0.0.22

func (m *Info_Index_UUID_Committed) XXX_Size() int

func (*Info_Index_UUID_Committed) XXX_Unmarshal added in v0.0.22

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

type Info_Index_UUID_Uncommitted added in v0.0.22

type Info_Index_UUID_Uncommitted struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index_UUID_Uncommitted) Descriptor added in v0.0.22

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

func (*Info_Index_UUID_Uncommitted) GetUuid added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) GetUuid() string

func (*Info_Index_UUID_Uncommitted) Marshal added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) Marshal() (dAtA []byte, err error)

func (*Info_Index_UUID_Uncommitted) MarshalTo added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index_UUID_Uncommitted) MarshalToSizedBuffer added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index_UUID_Uncommitted) ProtoMessage added in v0.0.22

func (*Info_Index_UUID_Uncommitted) ProtoMessage()

func (*Info_Index_UUID_Uncommitted) Reset added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) Reset()

func (*Info_Index_UUID_Uncommitted) Size added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) Size() (n int)

func (*Info_Index_UUID_Uncommitted) String added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) String() string

func (*Info_Index_UUID_Uncommitted) Unmarshal added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) Unmarshal(dAtA []byte) error

func (*Info_Index_UUID_Uncommitted) XXX_DiscardUnknown added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) XXX_DiscardUnknown()

func (*Info_Index_UUID_Uncommitted) XXX_Marshal added in v0.0.22

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

func (*Info_Index_UUID_Uncommitted) XXX_Merge added in v0.0.22

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

func (*Info_Index_UUID_Uncommitted) XXX_Size added in v0.0.22

func (m *Info_Index_UUID_Uncommitted) XXX_Size() int

func (*Info_Index_UUID_Uncommitted) XXX_Unmarshal added in v0.0.22

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

type Info_Memory added in v0.0.5

type Info_Memory struct {
	Limit                float64  `protobuf:"fixed64,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Request              float64  `protobuf:"fixed64,2,opt,name=request,proto3" json:"request,omitempty"`
	Usage                float64  `protobuf:"fixed64,3,opt,name=usage,proto3" json:"usage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Memory) Descriptor added in v0.0.5

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

func (*Info_Memory) GetLimit added in v0.0.5

func (m *Info_Memory) GetLimit() float64

func (*Info_Memory) GetRequest added in v0.0.5

func (m *Info_Memory) GetRequest() float64

func (*Info_Memory) GetUsage added in v0.0.5

func (m *Info_Memory) GetUsage() float64

func (*Info_Memory) Marshal added in v0.0.5

func (m *Info_Memory) Marshal() (dAtA []byte, err error)

func (*Info_Memory) MarshalTo added in v0.0.5

func (m *Info_Memory) MarshalTo(dAtA []byte) (int, error)

func (*Info_Memory) MarshalToSizedBuffer added in v0.0.5

func (m *Info_Memory) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Memory) ProtoMessage added in v0.0.5

func (*Info_Memory) ProtoMessage()

func (*Info_Memory) Reset added in v0.0.5

func (m *Info_Memory) Reset()

func (*Info_Memory) Size added in v0.0.5

func (m *Info_Memory) Size() (n int)

func (*Info_Memory) String added in v0.0.5

func (m *Info_Memory) String() string

func (*Info_Memory) Unmarshal added in v0.0.5

func (m *Info_Memory) Unmarshal(dAtA []byte) error

func (*Info_Memory) XXX_DiscardUnknown added in v0.0.5

func (m *Info_Memory) XXX_DiscardUnknown()

func (*Info_Memory) XXX_Marshal added in v0.0.5

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

func (*Info_Memory) XXX_Merge added in v0.0.5

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

func (*Info_Memory) XXX_Size added in v0.0.5

func (m *Info_Memory) XXX_Size() int

func (*Info_Memory) XXX_Unmarshal added in v0.0.5

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

type Info_Node added in v0.0.5

type Info_Node struct {
	Name                 string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	InternalAddr         string       `protobuf:"bytes,2,opt,name=internal_addr,json=internalAddr,proto3" json:"internal_addr,omitempty"`
	ExternalAddr         string       `protobuf:"bytes,3,opt,name=external_addr,json=externalAddr,proto3" json:"external_addr,omitempty"`
	Cpu                  *Info_CPU    `protobuf:"bytes,4,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Memory               *Info_Memory `protobuf:"bytes,5,opt,name=memory,proto3" json:"memory,omitempty"`
	Pods                 *Info_Pods   `protobuf:"bytes,6,opt,name=Pods,proto3" json:"Pods,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Info_Node) Descriptor added in v0.0.5

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

func (*Info_Node) GetCpu added in v0.0.5

func (m *Info_Node) GetCpu() *Info_CPU

func (*Info_Node) GetExternalAddr added in v0.0.5

func (m *Info_Node) GetExternalAddr() string

func (*Info_Node) GetInternalAddr added in v0.0.5

func (m *Info_Node) GetInternalAddr() string

func (*Info_Node) GetMemory added in v0.0.5

func (m *Info_Node) GetMemory() *Info_Memory

func (*Info_Node) GetName added in v0.0.5

func (m *Info_Node) GetName() string

func (*Info_Node) GetPods added in v0.0.5

func (m *Info_Node) GetPods() *Info_Pods

func (*Info_Node) Marshal added in v0.0.5

func (m *Info_Node) Marshal() (dAtA []byte, err error)

func (*Info_Node) MarshalTo added in v0.0.5

func (m *Info_Node) MarshalTo(dAtA []byte) (int, error)

func (*Info_Node) MarshalToSizedBuffer added in v0.0.5

func (m *Info_Node) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Node) ProtoMessage added in v0.0.5

func (*Info_Node) ProtoMessage()

func (*Info_Node) Reset added in v0.0.5

func (m *Info_Node) Reset()

func (*Info_Node) Size added in v0.0.5

func (m *Info_Node) Size() (n int)

func (*Info_Node) String added in v0.0.5

func (m *Info_Node) String() string

func (*Info_Node) Unmarshal added in v0.0.5

func (m *Info_Node) Unmarshal(dAtA []byte) error

func (*Info_Node) XXX_DiscardUnknown added in v0.0.5

func (m *Info_Node) XXX_DiscardUnknown()

func (*Info_Node) XXX_Marshal added in v0.0.5

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

func (*Info_Node) XXX_Merge added in v0.0.5

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

func (*Info_Node) XXX_Size added in v0.0.5

func (m *Info_Node) XXX_Size() int

func (*Info_Node) XXX_Unmarshal added in v0.0.5

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

type Info_Nodes added in v0.0.5

type Info_Nodes struct {
	Nodes                []*Info_Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Info_Nodes) Descriptor added in v0.0.5

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

func (*Info_Nodes) GetNodes added in v0.0.5

func (m *Info_Nodes) GetNodes() []*Info_Node

func (*Info_Nodes) Marshal added in v0.0.5

func (m *Info_Nodes) Marshal() (dAtA []byte, err error)

func (*Info_Nodes) MarshalTo added in v0.0.5

func (m *Info_Nodes) MarshalTo(dAtA []byte) (int, error)

func (*Info_Nodes) MarshalToSizedBuffer added in v0.0.5

func (m *Info_Nodes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Nodes) ProtoMessage added in v0.0.5

func (*Info_Nodes) ProtoMessage()

func (*Info_Nodes) Reset added in v0.0.5

func (m *Info_Nodes) Reset()

func (*Info_Nodes) Size added in v0.0.5

func (m *Info_Nodes) Size() (n int)

func (*Info_Nodes) String added in v0.0.5

func (m *Info_Nodes) String() string

func (*Info_Nodes) Unmarshal added in v0.0.5

func (m *Info_Nodes) Unmarshal(dAtA []byte) error

func (*Info_Nodes) XXX_DiscardUnknown added in v0.0.5

func (m *Info_Nodes) XXX_DiscardUnknown()

func (*Info_Nodes) XXX_Marshal added in v0.0.5

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

func (*Info_Nodes) XXX_Merge added in v0.0.5

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

func (*Info_Nodes) XXX_Size added in v0.0.5

func (m *Info_Nodes) XXX_Size() int

func (*Info_Nodes) XXX_Unmarshal added in v0.0.5

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

type Info_Pod added in v0.0.5

type Info_Pod struct {
	AppName              string       `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	Name                 string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Namespace            string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Ip                   string       `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
	Cpu                  *Info_CPU    `protobuf:"bytes,5,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Memory               *Info_Memory `protobuf:"bytes,6,opt,name=memory,proto3" json:"memory,omitempty"`
	Node                 *Info_Node   `protobuf:"bytes,7,opt,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Info_Pod) Descriptor added in v0.0.5

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

func (*Info_Pod) GetAppName added in v0.0.5

func (m *Info_Pod) GetAppName() string

func (*Info_Pod) GetCpu added in v0.0.5

func (m *Info_Pod) GetCpu() *Info_CPU

func (*Info_Pod) GetIp added in v0.0.5

func (m *Info_Pod) GetIp() string

func (*Info_Pod) GetMemory added in v0.0.5

func (m *Info_Pod) GetMemory() *Info_Memory

func (*Info_Pod) GetName added in v0.0.5

func (m *Info_Pod) GetName() string

func (*Info_Pod) GetNamespace added in v0.0.5

func (m *Info_Pod) GetNamespace() string

func (*Info_Pod) GetNode added in v0.0.5

func (m *Info_Pod) GetNode() *Info_Node

func (*Info_Pod) Marshal added in v0.0.5

func (m *Info_Pod) Marshal() (dAtA []byte, err error)

func (*Info_Pod) MarshalTo added in v0.0.5

func (m *Info_Pod) MarshalTo(dAtA []byte) (int, error)

func (*Info_Pod) MarshalToSizedBuffer added in v0.0.5

func (m *Info_Pod) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Pod) ProtoMessage added in v0.0.5

func (*Info_Pod) ProtoMessage()

func (*Info_Pod) Reset added in v0.0.5

func (m *Info_Pod) Reset()

func (*Info_Pod) Size added in v0.0.5

func (m *Info_Pod) Size() (n int)

func (*Info_Pod) String added in v0.0.5

func (m *Info_Pod) String() string

func (*Info_Pod) Unmarshal added in v0.0.5

func (m *Info_Pod) Unmarshal(dAtA []byte) error

func (*Info_Pod) XXX_DiscardUnknown added in v0.0.5

func (m *Info_Pod) XXX_DiscardUnknown()

func (*Info_Pod) XXX_Marshal added in v0.0.5

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

func (*Info_Pod) XXX_Merge added in v0.0.5

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

func (*Info_Pod) XXX_Size added in v0.0.5

func (m *Info_Pod) XXX_Size() int

func (*Info_Pod) XXX_Unmarshal added in v0.0.5

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

type Info_Pods added in v0.0.5

type Info_Pods struct {
	Pods                 []*Info_Pod `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Info_Pods) Descriptor added in v0.0.5

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

func (*Info_Pods) GetPods added in v0.0.5

func (m *Info_Pods) GetPods() []*Info_Pod

func (*Info_Pods) Marshal added in v0.0.5

func (m *Info_Pods) Marshal() (dAtA []byte, err error)

func (*Info_Pods) MarshalTo added in v0.0.5

func (m *Info_Pods) MarshalTo(dAtA []byte) (int, error)

func (*Info_Pods) MarshalToSizedBuffer added in v0.0.5

func (m *Info_Pods) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Pods) ProtoMessage added in v0.0.5

func (*Info_Pods) ProtoMessage()

func (*Info_Pods) Reset added in v0.0.5

func (m *Info_Pods) Reset()

func (*Info_Pods) Size added in v0.0.5

func (m *Info_Pods) Size() (n int)

func (*Info_Pods) String added in v0.0.5

func (m *Info_Pods) String() string

func (*Info_Pods) Unmarshal added in v0.0.5

func (m *Info_Pods) Unmarshal(dAtA []byte) error

func (*Info_Pods) XXX_DiscardUnknown added in v0.0.5

func (m *Info_Pods) XXX_DiscardUnknown()

func (*Info_Pods) XXX_Marshal added in v0.0.5

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

func (*Info_Pods) XXX_Merge added in v0.0.5

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

func (*Info_Pods) XXX_Size added in v0.0.5

func (m *Info_Pods) XXX_Size() int

func (*Info_Pods) XXX_Unmarshal added in v0.0.5

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

type Meta

type Meta struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta) Descriptor

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

func (*Meta) Marshal

func (m *Meta) Marshal() (dAtA []byte, err error)

func (*Meta) MarshalTo

func (m *Meta) MarshalTo(dAtA []byte) (int, error)

func (*Meta) MarshalToSizedBuffer

func (m *Meta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta) ProtoMessage

func (*Meta) ProtoMessage()

func (*Meta) Reset

func (m *Meta) Reset()

func (*Meta) Size

func (m *Meta) Size() (n int)

func (*Meta) String

func (m *Meta) String() string

func (*Meta) Unmarshal

func (m *Meta) Unmarshal(dAtA []byte) error

func (*Meta) XXX_DiscardUnknown

func (m *Meta) XXX_DiscardUnknown()

func (*Meta) XXX_Marshal

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

func (*Meta) XXX_Merge

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

func (*Meta) XXX_Size

func (m *Meta) XXX_Size() int

func (*Meta) XXX_Unmarshal

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

type Meta_Key

type Meta_Key struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_Key) Descriptor

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

func (*Meta_Key) GetKey

func (m *Meta_Key) GetKey() string

func (*Meta_Key) Marshal

func (m *Meta_Key) Marshal() (dAtA []byte, err error)

func (*Meta_Key) MarshalTo

func (m *Meta_Key) MarshalTo(dAtA []byte) (int, error)

func (*Meta_Key) MarshalToSizedBuffer

func (m *Meta_Key) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_Key) ProtoMessage

func (*Meta_Key) ProtoMessage()

func (*Meta_Key) Reset

func (m *Meta_Key) Reset()

func (*Meta_Key) Size

func (m *Meta_Key) Size() (n int)

func (*Meta_Key) String

func (m *Meta_Key) String() string

func (*Meta_Key) Unmarshal

func (m *Meta_Key) Unmarshal(dAtA []byte) error

func (*Meta_Key) XXX_DiscardUnknown

func (m *Meta_Key) XXX_DiscardUnknown()

func (*Meta_Key) XXX_Marshal

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

func (*Meta_Key) XXX_Merge

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

func (*Meta_Key) XXX_Size

func (m *Meta_Key) XXX_Size() int

func (*Meta_Key) XXX_Unmarshal

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

type Meta_KeyVal

type Meta_KeyVal struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Val                  string   `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_KeyVal) Descriptor

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

func (*Meta_KeyVal) GetKey

func (m *Meta_KeyVal) GetKey() string

func (*Meta_KeyVal) GetVal

func (m *Meta_KeyVal) GetVal() string

func (*Meta_KeyVal) Marshal

func (m *Meta_KeyVal) Marshal() (dAtA []byte, err error)

func (*Meta_KeyVal) MarshalTo

func (m *Meta_KeyVal) MarshalTo(dAtA []byte) (int, error)

func (*Meta_KeyVal) MarshalToSizedBuffer

func (m *Meta_KeyVal) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_KeyVal) ProtoMessage

func (*Meta_KeyVal) ProtoMessage()

func (*Meta_KeyVal) Reset

func (m *Meta_KeyVal) Reset()

func (*Meta_KeyVal) Size

func (m *Meta_KeyVal) Size() (n int)

func (*Meta_KeyVal) String

func (m *Meta_KeyVal) String() string

func (*Meta_KeyVal) Unmarshal

func (m *Meta_KeyVal) Unmarshal(dAtA []byte) error

func (*Meta_KeyVal) XXX_DiscardUnknown

func (m *Meta_KeyVal) XXX_DiscardUnknown()

func (*Meta_KeyVal) XXX_Marshal

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

func (*Meta_KeyVal) XXX_Merge

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

func (*Meta_KeyVal) XXX_Size

func (m *Meta_KeyVal) XXX_Size() int

func (*Meta_KeyVal) XXX_Unmarshal

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

type Meta_KeyVals

type Meta_KeyVals struct {
	Kvs                  []*Meta_KeyVal `protobuf:"bytes,1,rep,name=kvs,proto3" json:"kvs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Meta_KeyVals) Descriptor

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

func (*Meta_KeyVals) GetKvs

func (m *Meta_KeyVals) GetKvs() []*Meta_KeyVal

func (*Meta_KeyVals) Marshal

func (m *Meta_KeyVals) Marshal() (dAtA []byte, err error)

func (*Meta_KeyVals) MarshalTo

func (m *Meta_KeyVals) MarshalTo(dAtA []byte) (int, error)

func (*Meta_KeyVals) MarshalToSizedBuffer

func (m *Meta_KeyVals) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_KeyVals) ProtoMessage

func (*Meta_KeyVals) ProtoMessage()

func (*Meta_KeyVals) Reset

func (m *Meta_KeyVals) Reset()

func (*Meta_KeyVals) Size

func (m *Meta_KeyVals) Size() (n int)

func (*Meta_KeyVals) String

func (m *Meta_KeyVals) String() string

func (*Meta_KeyVals) Unmarshal

func (m *Meta_KeyVals) Unmarshal(dAtA []byte) error

func (*Meta_KeyVals) XXX_DiscardUnknown

func (m *Meta_KeyVals) XXX_DiscardUnknown()

func (*Meta_KeyVals) XXX_Marshal

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

func (*Meta_KeyVals) XXX_Merge

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

func (*Meta_KeyVals) XXX_Size

func (m *Meta_KeyVals) XXX_Size() int

func (*Meta_KeyVals) XXX_Unmarshal

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

type Meta_Keys

type Meta_Keys struct {
	Keys                 []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_Keys) Descriptor

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

func (*Meta_Keys) GetKeys

func (m *Meta_Keys) GetKeys() []string

func (*Meta_Keys) Marshal

func (m *Meta_Keys) Marshal() (dAtA []byte, err error)

func (*Meta_Keys) MarshalTo

func (m *Meta_Keys) MarshalTo(dAtA []byte) (int, error)

func (*Meta_Keys) MarshalToSizedBuffer

func (m *Meta_Keys) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_Keys) ProtoMessage

func (*Meta_Keys) ProtoMessage()

func (*Meta_Keys) Reset

func (m *Meta_Keys) Reset()

func (*Meta_Keys) Size

func (m *Meta_Keys) Size() (n int)

func (*Meta_Keys) String

func (m *Meta_Keys) String() string

func (*Meta_Keys) Unmarshal

func (m *Meta_Keys) Unmarshal(dAtA []byte) error

func (*Meta_Keys) XXX_DiscardUnknown

func (m *Meta_Keys) XXX_DiscardUnknown()

func (*Meta_Keys) XXX_Marshal

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

func (*Meta_Keys) XXX_Merge

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

func (*Meta_Keys) XXX_Size

func (m *Meta_Keys) XXX_Size() int

func (*Meta_Keys) XXX_Unmarshal

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

type Meta_Val

type Meta_Val struct {
	Val                  string   `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_Val) Descriptor

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

func (*Meta_Val) GetVal

func (m *Meta_Val) GetVal() string

func (*Meta_Val) Marshal

func (m *Meta_Val) Marshal() (dAtA []byte, err error)

func (*Meta_Val) MarshalTo

func (m *Meta_Val) MarshalTo(dAtA []byte) (int, error)

func (*Meta_Val) MarshalToSizedBuffer

func (m *Meta_Val) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_Val) ProtoMessage

func (*Meta_Val) ProtoMessage()

func (*Meta_Val) Reset

func (m *Meta_Val) Reset()

func (*Meta_Val) Size

func (m *Meta_Val) Size() (n int)

func (*Meta_Val) String

func (m *Meta_Val) String() string

func (*Meta_Val) Unmarshal

func (m *Meta_Val) Unmarshal(dAtA []byte) error

func (*Meta_Val) XXX_DiscardUnknown

func (m *Meta_Val) XXX_DiscardUnknown()

func (*Meta_Val) XXX_Marshal

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

func (*Meta_Val) XXX_Merge

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

func (*Meta_Val) XXX_Size

func (m *Meta_Val) XXX_Size() int

func (*Meta_Val) XXX_Unmarshal

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

type Meta_Vals

type Meta_Vals struct {
	Vals                 []string `protobuf:"bytes,1,rep,name=vals,proto3" json:"vals,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_Vals) Descriptor

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

func (*Meta_Vals) GetVals

func (m *Meta_Vals) GetVals() []string

func (*Meta_Vals) Marshal

func (m *Meta_Vals) Marshal() (dAtA []byte, err error)

func (*Meta_Vals) MarshalTo

func (m *Meta_Vals) MarshalTo(dAtA []byte) (int, error)

func (*Meta_Vals) MarshalToSizedBuffer

func (m *Meta_Vals) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_Vals) ProtoMessage

func (*Meta_Vals) ProtoMessage()

func (*Meta_Vals) Reset

func (m *Meta_Vals) Reset()

func (*Meta_Vals) Size

func (m *Meta_Vals) Size() (n int)

func (*Meta_Vals) String

func (m *Meta_Vals) String() string

func (*Meta_Vals) Unmarshal

func (m *Meta_Vals) Unmarshal(dAtA []byte) error

func (*Meta_Vals) XXX_DiscardUnknown

func (m *Meta_Vals) XXX_DiscardUnknown()

func (*Meta_Vals) XXX_Marshal

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

func (*Meta_Vals) XXX_Merge

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

func (*Meta_Vals) XXX_Size

func (m *Meta_Vals) XXX_Size() int

func (*Meta_Vals) XXX_Unmarshal

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

type Object

type Object struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object) Descriptor

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

func (*Object) Marshal

func (m *Object) Marshal() (dAtA []byte, err error)

func (*Object) MarshalTo

func (m *Object) MarshalTo(dAtA []byte) (int, error)

func (*Object) MarshalToSizedBuffer

func (m *Object) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) Reset

func (m *Object) Reset()

func (*Object) Size

func (m *Object) Size() (n int)

func (*Object) String

func (m *Object) String() string

func (*Object) Unmarshal

func (m *Object) Unmarshal(dAtA []byte) error

func (*Object) XXX_DiscardUnknown

func (m *Object) XXX_DiscardUnknown()

func (*Object) XXX_Marshal

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

func (*Object) XXX_Merge

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

func (*Object) XXX_Size

func (m *Object) XXX_Size() int

func (*Object) XXX_Unmarshal

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

type Object_Distance

type Object_Distance struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Distance             float32  `protobuf:"fixed32,2,opt,name=distance,proto3" json:"distance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object_Distance) Descriptor

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

func (*Object_Distance) GetDistance

func (m *Object_Distance) GetDistance() float32

func (*Object_Distance) GetId

func (m *Object_Distance) GetId() string

func (*Object_Distance) Marshal

func (m *Object_Distance) Marshal() (dAtA []byte, err error)

func (*Object_Distance) MarshalTo

func (m *Object_Distance) MarshalTo(dAtA []byte) (int, error)

func (*Object_Distance) MarshalToSizedBuffer

func (m *Object_Distance) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Distance) ProtoMessage

func (*Object_Distance) ProtoMessage()

func (*Object_Distance) Reset

func (m *Object_Distance) Reset()

func (*Object_Distance) Size

func (m *Object_Distance) Size() (n int)

func (*Object_Distance) String

func (m *Object_Distance) String() string

func (*Object_Distance) Unmarshal

func (m *Object_Distance) Unmarshal(dAtA []byte) error

func (*Object_Distance) XXX_DiscardUnknown

func (m *Object_Distance) XXX_DiscardUnknown()

func (*Object_Distance) XXX_Marshal

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

func (*Object_Distance) XXX_Merge

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

func (*Object_Distance) XXX_Size

func (m *Object_Distance) XXX_Size() int

func (*Object_Distance) XXX_Unmarshal

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

type Object_ID

type Object_ID struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object_ID) Descriptor

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

func (*Object_ID) GetId

func (m *Object_ID) GetId() string

func (*Object_ID) Marshal

func (m *Object_ID) Marshal() (dAtA []byte, err error)

func (*Object_ID) MarshalTo

func (m *Object_ID) MarshalTo(dAtA []byte) (int, error)

func (*Object_ID) MarshalToSizedBuffer

func (m *Object_ID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_ID) ProtoMessage

func (*Object_ID) ProtoMessage()

func (*Object_ID) Reset

func (m *Object_ID) Reset()

func (*Object_ID) Size

func (m *Object_ID) Size() (n int)

func (*Object_ID) String

func (m *Object_ID) String() string

func (*Object_ID) Unmarshal

func (m *Object_ID) Unmarshal(dAtA []byte) error

func (*Object_ID) XXX_DiscardUnknown

func (m *Object_ID) XXX_DiscardUnknown()

func (*Object_ID) XXX_Marshal

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

func (*Object_ID) XXX_Merge

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

func (*Object_ID) XXX_Size

func (m *Object_ID) XXX_Size() int

func (*Object_ID) XXX_Unmarshal

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

type Object_IDs

type Object_IDs struct {
	Ids                  []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object_IDs) Descriptor

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

func (*Object_IDs) GetIds

func (m *Object_IDs) GetIds() []string

func (*Object_IDs) Marshal

func (m *Object_IDs) Marshal() (dAtA []byte, err error)

func (*Object_IDs) MarshalTo

func (m *Object_IDs) MarshalTo(dAtA []byte) (int, error)

func (*Object_IDs) MarshalToSizedBuffer

func (m *Object_IDs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_IDs) ProtoMessage

func (*Object_IDs) ProtoMessage()

func (*Object_IDs) Reset

func (m *Object_IDs) Reset()

func (*Object_IDs) Size

func (m *Object_IDs) Size() (n int)

func (*Object_IDs) String

func (m *Object_IDs) String() string

func (*Object_IDs) Unmarshal

func (m *Object_IDs) Unmarshal(dAtA []byte) error

func (*Object_IDs) XXX_DiscardUnknown

func (m *Object_IDs) XXX_DiscardUnknown()

func (*Object_IDs) XXX_Marshal

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

func (*Object_IDs) XXX_Merge

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

func (*Object_IDs) XXX_Size

func (m *Object_IDs) XXX_Size() int

func (*Object_IDs) XXX_Unmarshal

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

type Object_Vector

type Object_Vector struct {
	Id                   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Vector               []float32 `protobuf:"fixed32,2,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Object_Vector) Descriptor

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

func (*Object_Vector) GetId

func (m *Object_Vector) GetId() string

func (*Object_Vector) GetVector

func (m *Object_Vector) GetVector() []float32

func (*Object_Vector) Marshal

func (m *Object_Vector) Marshal() (dAtA []byte, err error)

func (*Object_Vector) MarshalTo

func (m *Object_Vector) MarshalTo(dAtA []byte) (int, error)

func (*Object_Vector) MarshalToSizedBuffer

func (m *Object_Vector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Vector) ProtoMessage

func (*Object_Vector) ProtoMessage()

func (*Object_Vector) Reset

func (m *Object_Vector) Reset()

func (*Object_Vector) Size

func (m *Object_Vector) Size() (n int)

func (*Object_Vector) String

func (m *Object_Vector) String() string

func (*Object_Vector) Unmarshal

func (m *Object_Vector) Unmarshal(dAtA []byte) error

func (*Object_Vector) XXX_DiscardUnknown

func (m *Object_Vector) XXX_DiscardUnknown()

func (*Object_Vector) XXX_Marshal

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

func (*Object_Vector) XXX_Merge

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

func (*Object_Vector) XXX_Size

func (m *Object_Vector) XXX_Size() int

func (*Object_Vector) XXX_Unmarshal

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

type Object_Vectors

type Object_Vectors struct {
	Vectors              []*Object_Vector `protobuf:"bytes,1,rep,name=vectors,proto3" json:"vectors,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Object_Vectors) Descriptor

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

func (*Object_Vectors) GetVectors

func (m *Object_Vectors) GetVectors() []*Object_Vector

func (*Object_Vectors) Marshal

func (m *Object_Vectors) Marshal() (dAtA []byte, err error)

func (*Object_Vectors) MarshalTo

func (m *Object_Vectors) MarshalTo(dAtA []byte) (int, error)

func (*Object_Vectors) MarshalToSizedBuffer

func (m *Object_Vectors) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Vectors) ProtoMessage

func (*Object_Vectors) ProtoMessage()

func (*Object_Vectors) Reset

func (m *Object_Vectors) Reset()

func (*Object_Vectors) Size

func (m *Object_Vectors) Size() (n int)

func (*Object_Vectors) String

func (m *Object_Vectors) String() string

func (*Object_Vectors) Unmarshal

func (m *Object_Vectors) Unmarshal(dAtA []byte) error

func (*Object_Vectors) XXX_DiscardUnknown

func (m *Object_Vectors) XXX_DiscardUnknown()

func (*Object_Vectors) XXX_Marshal

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

func (*Object_Vectors) XXX_Merge

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

func (*Object_Vectors) XXX_Size

func (m *Object_Vectors) XXX_Size() int

func (*Object_Vectors) XXX_Unmarshal

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

type Replication added in v0.0.27

type Replication struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Replication) Descriptor added in v0.0.27

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

func (*Replication) Marshal added in v0.0.27

func (m *Replication) Marshal() (dAtA []byte, err error)

func (*Replication) MarshalTo added in v0.0.27

func (m *Replication) MarshalTo(dAtA []byte) (int, error)

func (*Replication) MarshalToSizedBuffer added in v0.0.27

func (m *Replication) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Replication) ProtoMessage added in v0.0.27

func (*Replication) ProtoMessage()

func (*Replication) Reset added in v0.0.27

func (m *Replication) Reset()

func (*Replication) Size added in v0.0.27

func (m *Replication) Size() (n int)

func (*Replication) String added in v0.0.27

func (m *Replication) String() string

func (*Replication) Unmarshal added in v0.0.27

func (m *Replication) Unmarshal(dAtA []byte) error

func (*Replication) XXX_DiscardUnknown added in v0.0.27

func (m *Replication) XXX_DiscardUnknown()

func (*Replication) XXX_Marshal added in v0.0.27

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

func (*Replication) XXX_Merge added in v0.0.27

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

func (*Replication) XXX_Size added in v0.0.27

func (m *Replication) XXX_Size() int

func (*Replication) XXX_Unmarshal added in v0.0.27

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

type Replication_Agents added in v0.0.27

type Replication_Agents struct {
	Agents               []string `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"`
	RemovedAgents        []string `protobuf:"bytes,2,rep,name=removed_agents,json=removedAgents,proto3" json:"removed_agents,omitempty"`
	ReplicatingAgent     []string `protobuf:"bytes,3,rep,name=replicating_agent,json=replicatingAgent,proto3" json:"replicating_agent,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Replication_Agents) Descriptor added in v0.0.27

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

func (*Replication_Agents) GetAgents added in v0.0.27

func (m *Replication_Agents) GetAgents() []string

func (*Replication_Agents) GetRemovedAgents added in v0.0.27

func (m *Replication_Agents) GetRemovedAgents() []string

func (*Replication_Agents) GetReplicatingAgent added in v0.0.27

func (m *Replication_Agents) GetReplicatingAgent() []string

func (*Replication_Agents) Marshal added in v0.0.27

func (m *Replication_Agents) Marshal() (dAtA []byte, err error)

func (*Replication_Agents) MarshalTo added in v0.0.27

func (m *Replication_Agents) MarshalTo(dAtA []byte) (int, error)

func (*Replication_Agents) MarshalToSizedBuffer added in v0.0.27

func (m *Replication_Agents) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Replication_Agents) ProtoMessage added in v0.0.27

func (*Replication_Agents) ProtoMessage()

func (*Replication_Agents) Reset added in v0.0.27

func (m *Replication_Agents) Reset()

func (*Replication_Agents) Size added in v0.0.27

func (m *Replication_Agents) Size() (n int)

func (*Replication_Agents) String added in v0.0.27

func (m *Replication_Agents) String() string

func (*Replication_Agents) Unmarshal added in v0.0.27

func (m *Replication_Agents) Unmarshal(dAtA []byte) error

func (*Replication_Agents) XXX_DiscardUnknown added in v0.0.27

func (m *Replication_Agents) XXX_DiscardUnknown()

func (*Replication_Agents) XXX_Marshal added in v0.0.27

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

func (*Replication_Agents) XXX_Merge added in v0.0.27

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

func (*Replication_Agents) XXX_Size added in v0.0.27

func (m *Replication_Agents) XXX_Size() int

func (*Replication_Agents) XXX_Unmarshal added in v0.0.27

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

type Replication_Rebalance added in v0.0.27

type Replication_Rebalance struct {
	HighUsageAgents      []string `protobuf:"bytes,1,rep,name=high_usage_agents,json=highUsageAgents,proto3" json:"high_usage_agents,omitempty"`
	LowUsageAgents       []string `protobuf:"bytes,2,rep,name=low_usage_agents,json=lowUsageAgents,proto3" json:"low_usage_agents,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Replication_Rebalance) Descriptor added in v0.0.27

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

func (*Replication_Rebalance) GetHighUsageAgents added in v0.0.27

func (m *Replication_Rebalance) GetHighUsageAgents() []string

func (*Replication_Rebalance) GetLowUsageAgents added in v0.0.27

func (m *Replication_Rebalance) GetLowUsageAgents() []string

func (*Replication_Rebalance) Marshal added in v0.0.27

func (m *Replication_Rebalance) Marshal() (dAtA []byte, err error)

func (*Replication_Rebalance) MarshalTo added in v0.0.27

func (m *Replication_Rebalance) MarshalTo(dAtA []byte) (int, error)

func (*Replication_Rebalance) MarshalToSizedBuffer added in v0.0.27

func (m *Replication_Rebalance) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Replication_Rebalance) ProtoMessage added in v0.0.27

func (*Replication_Rebalance) ProtoMessage()

func (*Replication_Rebalance) Reset added in v0.0.27

func (m *Replication_Rebalance) Reset()

func (*Replication_Rebalance) Size added in v0.0.27

func (m *Replication_Rebalance) Size() (n int)

func (*Replication_Rebalance) String added in v0.0.27

func (m *Replication_Rebalance) String() string

func (*Replication_Rebalance) Unmarshal added in v0.0.27

func (m *Replication_Rebalance) Unmarshal(dAtA []byte) error

func (*Replication_Rebalance) XXX_DiscardUnknown added in v0.0.27

func (m *Replication_Rebalance) XXX_DiscardUnknown()

func (*Replication_Rebalance) XXX_Marshal added in v0.0.27

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

func (*Replication_Rebalance) XXX_Merge added in v0.0.27

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

func (*Replication_Rebalance) XXX_Size added in v0.0.27

func (m *Replication_Rebalance) XXX_Size() int

func (*Replication_Rebalance) XXX_Unmarshal added in v0.0.27

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

type Replication_Recovery added in v0.0.27

type Replication_Recovery struct {
	DeletedAgents        []string `protobuf:"bytes,1,rep,name=deleted_agents,json=deletedAgents,proto3" json:"deleted_agents,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Replication_Recovery) Descriptor added in v0.0.27

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

func (*Replication_Recovery) GetDeletedAgents added in v0.0.27

func (m *Replication_Recovery) GetDeletedAgents() []string

func (*Replication_Recovery) Marshal added in v0.0.27

func (m *Replication_Recovery) Marshal() (dAtA []byte, err error)

func (*Replication_Recovery) MarshalTo added in v0.0.27

func (m *Replication_Recovery) MarshalTo(dAtA []byte) (int, error)

func (*Replication_Recovery) MarshalToSizedBuffer added in v0.0.27

func (m *Replication_Recovery) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Replication_Recovery) ProtoMessage added in v0.0.27

func (*Replication_Recovery) ProtoMessage()

func (*Replication_Recovery) Reset added in v0.0.27

func (m *Replication_Recovery) Reset()

func (*Replication_Recovery) Size added in v0.0.27

func (m *Replication_Recovery) Size() (n int)

func (*Replication_Recovery) String added in v0.0.27

func (m *Replication_Recovery) String() string

func (*Replication_Recovery) Unmarshal added in v0.0.27

func (m *Replication_Recovery) Unmarshal(dAtA []byte) error

func (*Replication_Recovery) XXX_DiscardUnknown added in v0.0.27

func (m *Replication_Recovery) XXX_DiscardUnknown()

func (*Replication_Recovery) XXX_Marshal added in v0.0.27

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

func (*Replication_Recovery) XXX_Merge added in v0.0.27

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

func (*Replication_Recovery) XXX_Size added in v0.0.27

func (m *Replication_Recovery) XXX_Size() int

func (*Replication_Recovery) XXX_Unmarshal added in v0.0.27

func (m *Replication_Recovery) XXX_Unmarshal(b []byte) error
type Search struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Search) Descriptor

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

func (*Search) Marshal

func (m *Search) Marshal() (dAtA []byte, err error)

func (*Search) MarshalTo

func (m *Search) MarshalTo(dAtA []byte) (int, error)

func (*Search) MarshalToSizedBuffer

func (m *Search) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search) ProtoMessage

func (*Search) ProtoMessage()

func (*Search) Reset

func (m *Search) Reset()

func (*Search) Size

func (m *Search) Size() (n int)

func (*Search) String

func (m *Search) String() string

func (*Search) Unmarshal

func (m *Search) Unmarshal(dAtA []byte) error

func (*Search) XXX_DiscardUnknown

func (m *Search) XXX_DiscardUnknown()

func (*Search) XXX_Marshal

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

func (*Search) XXX_Merge

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

func (*Search) XXX_Size

func (m *Search) XXX_Size() int

func (*Search) XXX_Unmarshal

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

type Search_Config

type Search_Config struct {
	Num                  uint32   `protobuf:"varint,1,opt,name=num,proto3" json:"num,omitempty"`
	Radius               float32  `protobuf:"fixed32,2,opt,name=radius,proto3" json:"radius,omitempty"`
	Epsilon              float32  `protobuf:"fixed32,3,opt,name=epsilon,proto3" json:"epsilon,omitempty"`
	Timeout              int64    `protobuf:"varint,4,opt,name=timeout,proto3" json:"timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Search_Config) Descriptor

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

func (*Search_Config) GetEpsilon

func (m *Search_Config) GetEpsilon() float32

func (*Search_Config) GetNum

func (m *Search_Config) GetNum() uint32

func (*Search_Config) GetRadius

func (m *Search_Config) GetRadius() float32

func (*Search_Config) GetTimeout

func (m *Search_Config) GetTimeout() int64

func (*Search_Config) Marshal

func (m *Search_Config) Marshal() (dAtA []byte, err error)

func (*Search_Config) MarshalTo

func (m *Search_Config) MarshalTo(dAtA []byte) (int, error)

func (*Search_Config) MarshalToSizedBuffer

func (m *Search_Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_Config) ProtoMessage

func (*Search_Config) ProtoMessage()

func (*Search_Config) Reset

func (m *Search_Config) Reset()

func (*Search_Config) Size

func (m *Search_Config) Size() (n int)

func (*Search_Config) String

func (m *Search_Config) String() string

func (*Search_Config) Unmarshal

func (m *Search_Config) Unmarshal(dAtA []byte) error

func (*Search_Config) XXX_DiscardUnknown

func (m *Search_Config) XXX_DiscardUnknown()

func (*Search_Config) XXX_Marshal

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

func (*Search_Config) XXX_Merge

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

func (*Search_Config) XXX_Size

func (m *Search_Config) XXX_Size() int

func (*Search_Config) XXX_Unmarshal

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

type Search_IDRequest

type Search_IDRequest struct {
	Id                   string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Config               *Search_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Search_IDRequest) Descriptor

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

func (*Search_IDRequest) GetConfig

func (m *Search_IDRequest) GetConfig() *Search_Config

func (*Search_IDRequest) GetId

func (m *Search_IDRequest) GetId() string

func (*Search_IDRequest) Marshal

func (m *Search_IDRequest) Marshal() (dAtA []byte, err error)

func (*Search_IDRequest) MarshalTo

func (m *Search_IDRequest) MarshalTo(dAtA []byte) (int, error)

func (*Search_IDRequest) MarshalToSizedBuffer

func (m *Search_IDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_IDRequest) ProtoMessage

func (*Search_IDRequest) ProtoMessage()

func (*Search_IDRequest) Reset

func (m *Search_IDRequest) Reset()

func (*Search_IDRequest) Size

func (m *Search_IDRequest) Size() (n int)

func (*Search_IDRequest) String

func (m *Search_IDRequest) String() string

func (*Search_IDRequest) Unmarshal

func (m *Search_IDRequest) Unmarshal(dAtA []byte) error

func (*Search_IDRequest) XXX_DiscardUnknown

func (m *Search_IDRequest) XXX_DiscardUnknown()

func (*Search_IDRequest) XXX_Marshal

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

func (*Search_IDRequest) XXX_Merge

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

func (*Search_IDRequest) XXX_Size

func (m *Search_IDRequest) XXX_Size() int

func (*Search_IDRequest) XXX_Unmarshal

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

type Search_Request

type Search_Request struct {
	Vector               []float32      `protobuf:"fixed32,1,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	Config               *Search_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Search_Request) Descriptor

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

func (*Search_Request) GetConfig

func (m *Search_Request) GetConfig() *Search_Config

func (*Search_Request) GetVector

func (m *Search_Request) GetVector() []float32

func (*Search_Request) Marshal

func (m *Search_Request) Marshal() (dAtA []byte, err error)

func (*Search_Request) MarshalTo

func (m *Search_Request) MarshalTo(dAtA []byte) (int, error)

func (*Search_Request) MarshalToSizedBuffer

func (m *Search_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_Request) ProtoMessage

func (*Search_Request) ProtoMessage()

func (*Search_Request) Reset

func (m *Search_Request) Reset()

func (*Search_Request) Size

func (m *Search_Request) Size() (n int)

func (*Search_Request) String

func (m *Search_Request) String() string

func (*Search_Request) Unmarshal

func (m *Search_Request) Unmarshal(dAtA []byte) error

func (*Search_Request) XXX_DiscardUnknown

func (m *Search_Request) XXX_DiscardUnknown()

func (*Search_Request) XXX_Marshal

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

func (*Search_Request) XXX_Merge

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

func (*Search_Request) XXX_Size

func (m *Search_Request) XXX_Size() int

func (*Search_Request) XXX_Unmarshal

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

type Search_Response

type Search_Response struct {
	Results              []*Object_Distance `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Search_Response) Descriptor

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

func (*Search_Response) GetResults

func (m *Search_Response) GetResults() []*Object_Distance

func (*Search_Response) Marshal

func (m *Search_Response) Marshal() (dAtA []byte, err error)

func (*Search_Response) MarshalTo

func (m *Search_Response) MarshalTo(dAtA []byte) (int, error)

func (*Search_Response) MarshalToSizedBuffer

func (m *Search_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_Response) ProtoMessage

func (*Search_Response) ProtoMessage()

func (*Search_Response) Reset

func (m *Search_Response) Reset()

func (*Search_Response) Size

func (m *Search_Response) Size() (n int)

func (*Search_Response) String

func (m *Search_Response) String() string

func (*Search_Response) Unmarshal

func (m *Search_Response) Unmarshal(dAtA []byte) error

func (*Search_Response) XXX_DiscardUnknown

func (m *Search_Response) XXX_DiscardUnknown()

func (*Search_Response) XXX_Marshal

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

func (*Search_Response) XXX_Merge

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

func (*Search_Response) XXX_Size

func (m *Search_Response) XXX_Size() int

func (*Search_Response) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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