gravity_api_adapter_manager

package
v0.2.19 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2021 License: MIT Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter struct {
	AdapterID            string   `protobuf:"bytes,1,opt,name=adapterID,proto3" json:"adapterID,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Component            string   `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Adapter) Descriptor

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

func (*Adapter) GetAdapterID

func (m *Adapter) GetAdapterID() string

func (*Adapter) GetComponent

func (m *Adapter) GetComponent() string

func (*Adapter) GetName

func (m *Adapter) GetName() string

func (*Adapter) ProtoMessage

func (*Adapter) ProtoMessage()

func (*Adapter) Reset

func (m *Adapter) Reset()

func (*Adapter) String

func (m *Adapter) String() string

func (*Adapter) XXX_DiscardUnknown

func (m *Adapter) XXX_DiscardUnknown()

func (*Adapter) XXX_Marshal

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

func (*Adapter) XXX_Merge

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

func (*Adapter) XXX_Size

func (m *Adapter) XXX_Size() int

func (*Adapter) XXX_Unmarshal

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

type GetAdaptersReply

type GetAdaptersReply struct {
	Success              bool       `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Reason               string     `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Adapters             []*Adapter `protobuf:"bytes,3,rep,name=adapters,proto3" json:"adapters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetAdaptersReply) Descriptor

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

func (*GetAdaptersReply) GetAdapters

func (m *GetAdaptersReply) GetAdapters() []*Adapter

func (*GetAdaptersReply) GetReason

func (m *GetAdaptersReply) GetReason() string

func (*GetAdaptersReply) GetSuccess

func (m *GetAdaptersReply) GetSuccess() bool

func (*GetAdaptersReply) ProtoMessage

func (*GetAdaptersReply) ProtoMessage()

func (*GetAdaptersReply) Reset

func (m *GetAdaptersReply) Reset()

func (*GetAdaptersReply) String

func (m *GetAdaptersReply) String() string

func (*GetAdaptersReply) XXX_DiscardUnknown

func (m *GetAdaptersReply) XXX_DiscardUnknown()

func (*GetAdaptersReply) XXX_Marshal

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

func (*GetAdaptersReply) XXX_Merge

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

func (*GetAdaptersReply) XXX_Size

func (m *GetAdaptersReply) XXX_Size() int

func (*GetAdaptersReply) XXX_Unmarshal

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

type GetAdaptersRequest

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

func (*GetAdaptersRequest) Descriptor

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

func (*GetAdaptersRequest) ProtoMessage

func (*GetAdaptersRequest) ProtoMessage()

func (*GetAdaptersRequest) Reset

func (m *GetAdaptersRequest) Reset()

func (*GetAdaptersRequest) String

func (m *GetAdaptersRequest) String() string

func (*GetAdaptersRequest) XXX_DiscardUnknown

func (m *GetAdaptersRequest) XXX_DiscardUnknown()

func (*GetAdaptersRequest) XXX_Marshal

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

func (*GetAdaptersRequest) XXX_Merge

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

func (*GetAdaptersRequest) XXX_Size

func (m *GetAdaptersRequest) XXX_Size() int

func (*GetAdaptersRequest) XXX_Unmarshal

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

type RegisterAdapterReply

type RegisterAdapterReply struct {
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Reason               string   `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterAdapterReply) Descriptor

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

func (*RegisterAdapterReply) GetReason

func (m *RegisterAdapterReply) GetReason() string

func (*RegisterAdapterReply) GetSuccess

func (m *RegisterAdapterReply) GetSuccess() bool

func (*RegisterAdapterReply) ProtoMessage

func (*RegisterAdapterReply) ProtoMessage()

func (*RegisterAdapterReply) Reset

func (m *RegisterAdapterReply) Reset()

func (*RegisterAdapterReply) String

func (m *RegisterAdapterReply) String() string

func (*RegisterAdapterReply) XXX_DiscardUnknown

func (m *RegisterAdapterReply) XXX_DiscardUnknown()

func (*RegisterAdapterReply) XXX_Marshal

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

func (*RegisterAdapterReply) XXX_Merge

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

func (*RegisterAdapterReply) XXX_Size

func (m *RegisterAdapterReply) XXX_Size() int

func (*RegisterAdapterReply) XXX_Unmarshal

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

type RegisterAdapterRequest

type RegisterAdapterRequest struct {
	AdapterID            string   `protobuf:"bytes,1,opt,name=adapterID,proto3" json:"adapterID,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Component            string   `protobuf:"bytes,3,opt,name=component,proto3" json:"component,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterAdapterRequest) Descriptor

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

func (*RegisterAdapterRequest) GetAdapterID

func (m *RegisterAdapterRequest) GetAdapterID() string

func (*RegisterAdapterRequest) GetComponent

func (m *RegisterAdapterRequest) GetComponent() string

func (*RegisterAdapterRequest) GetName

func (m *RegisterAdapterRequest) GetName() string

func (*RegisterAdapterRequest) ProtoMessage

func (*RegisterAdapterRequest) ProtoMessage()

func (*RegisterAdapterRequest) Reset

func (m *RegisterAdapterRequest) Reset()

func (*RegisterAdapterRequest) String

func (m *RegisterAdapterRequest) String() string

func (*RegisterAdapterRequest) XXX_DiscardUnknown

func (m *RegisterAdapterRequest) XXX_DiscardUnknown()

func (*RegisterAdapterRequest) XXX_Marshal

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

func (*RegisterAdapterRequest) XXX_Merge

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

func (*RegisterAdapterRequest) XXX_Size

func (m *RegisterAdapterRequest) XXX_Size() int

func (*RegisterAdapterRequest) XXX_Unmarshal

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

type UnregisterAdapterReply

type UnregisterAdapterReply struct {
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Reason               string   `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UnregisterAdapterReply) Descriptor

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

func (*UnregisterAdapterReply) GetReason

func (m *UnregisterAdapterReply) GetReason() string

func (*UnregisterAdapterReply) GetSuccess

func (m *UnregisterAdapterReply) GetSuccess() bool

func (*UnregisterAdapterReply) ProtoMessage

func (*UnregisterAdapterReply) ProtoMessage()

func (*UnregisterAdapterReply) Reset

func (m *UnregisterAdapterReply) Reset()

func (*UnregisterAdapterReply) String

func (m *UnregisterAdapterReply) String() string

func (*UnregisterAdapterReply) XXX_DiscardUnknown

func (m *UnregisterAdapterReply) XXX_DiscardUnknown()

func (*UnregisterAdapterReply) XXX_Marshal

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

func (*UnregisterAdapterReply) XXX_Merge

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

func (*UnregisterAdapterReply) XXX_Size

func (m *UnregisterAdapterReply) XXX_Size() int

func (*UnregisterAdapterReply) XXX_Unmarshal

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

type UnregisterAdapterRequest

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

func (*UnregisterAdapterRequest) Descriptor

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

func (*UnregisterAdapterRequest) GetAdapterID

func (m *UnregisterAdapterRequest) GetAdapterID() string

func (*UnregisterAdapterRequest) ProtoMessage

func (*UnregisterAdapterRequest) ProtoMessage()

func (*UnregisterAdapterRequest) Reset

func (m *UnregisterAdapterRequest) Reset()

func (*UnregisterAdapterRequest) String

func (m *UnregisterAdapterRequest) String() string

func (*UnregisterAdapterRequest) XXX_DiscardUnknown

func (m *UnregisterAdapterRequest) XXX_DiscardUnknown()

func (*UnregisterAdapterRequest) XXX_Marshal

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

func (*UnregisterAdapterRequest) XXX_Merge

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

func (*UnregisterAdapterRequest) XXX_Size

func (m *UnregisterAdapterRequest) XXX_Size() int

func (*UnregisterAdapterRequest) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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