__

package
v0.2.28 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2022 License: MIT Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_adapter_manager_proto protoreflect.FileDescriptor

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"`
	// contains filtered or unexported fields
}

func (*Adapter) Descriptor deprecated

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

Deprecated: Use Adapter.ProtoReflect.Descriptor instead.

func (*Adapter) GetAdapterID

func (x *Adapter) GetAdapterID() string

func (*Adapter) GetComponent

func (x *Adapter) GetComponent() string

func (*Adapter) GetName

func (x *Adapter) GetName() string

func (*Adapter) ProtoMessage

func (*Adapter) ProtoMessage()

func (*Adapter) ProtoReflect added in v0.0.22

func (x *Adapter) ProtoReflect() protoreflect.Message

func (*Adapter) Reset

func (x *Adapter) Reset()

func (*Adapter) String

func (x *Adapter) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetAdaptersReply) Descriptor deprecated

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

Deprecated: Use GetAdaptersReply.ProtoReflect.Descriptor instead.

func (*GetAdaptersReply) GetAdapters

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

func (*GetAdaptersReply) GetReason

func (x *GetAdaptersReply) GetReason() string

func (*GetAdaptersReply) GetSuccess

func (x *GetAdaptersReply) GetSuccess() bool

func (*GetAdaptersReply) ProtoMessage

func (*GetAdaptersReply) ProtoMessage()

func (*GetAdaptersReply) ProtoReflect added in v0.0.22

func (x *GetAdaptersReply) ProtoReflect() protoreflect.Message

func (*GetAdaptersReply) Reset

func (x *GetAdaptersReply) Reset()

func (*GetAdaptersReply) String

func (x *GetAdaptersReply) String() string

type GetAdaptersRequest

type GetAdaptersRequest struct {
	// contains filtered or unexported fields
}

func (*GetAdaptersRequest) Descriptor deprecated

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

Deprecated: Use GetAdaptersRequest.ProtoReflect.Descriptor instead.

func (*GetAdaptersRequest) ProtoMessage

func (*GetAdaptersRequest) ProtoMessage()

func (*GetAdaptersRequest) ProtoReflect added in v0.0.22

func (x *GetAdaptersRequest) ProtoReflect() protoreflect.Message

func (*GetAdaptersRequest) Reset

func (x *GetAdaptersRequest) Reset()

func (*GetAdaptersRequest) String

func (x *GetAdaptersRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*RegisterAdapterReply) Descriptor deprecated

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

Deprecated: Use RegisterAdapterReply.ProtoReflect.Descriptor instead.

func (*RegisterAdapterReply) GetReason

func (x *RegisterAdapterReply) GetReason() string

func (*RegisterAdapterReply) GetSuccess

func (x *RegisterAdapterReply) GetSuccess() bool

func (*RegisterAdapterReply) ProtoMessage

func (*RegisterAdapterReply) ProtoMessage()

func (*RegisterAdapterReply) ProtoReflect added in v0.0.22

func (x *RegisterAdapterReply) ProtoReflect() protoreflect.Message

func (*RegisterAdapterReply) Reset

func (x *RegisterAdapterReply) Reset()

func (*RegisterAdapterReply) String

func (x *RegisterAdapterReply) String() string

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"`
	AppID     string `protobuf:"bytes,5,opt,name=appID,proto3" json:"appID,omitempty"`
	Token     []byte `protobuf:"bytes,6,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterAdapterRequest) Descriptor deprecated

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

Deprecated: Use RegisterAdapterRequest.ProtoReflect.Descriptor instead.

func (*RegisterAdapterRequest) GetAdapterID

func (x *RegisterAdapterRequest) GetAdapterID() string

func (*RegisterAdapterRequest) GetAppID added in v0.0.22

func (x *RegisterAdapterRequest) GetAppID() string

func (*RegisterAdapterRequest) GetComponent

func (x *RegisterAdapterRequest) GetComponent() string

func (*RegisterAdapterRequest) GetName

func (x *RegisterAdapterRequest) GetName() string

func (*RegisterAdapterRequest) GetToken added in v0.0.22

func (x *RegisterAdapterRequest) GetToken() []byte

func (*RegisterAdapterRequest) ProtoMessage

func (*RegisterAdapterRequest) ProtoMessage()

func (*RegisterAdapterRequest) ProtoReflect added in v0.0.22

func (x *RegisterAdapterRequest) ProtoReflect() protoreflect.Message

func (*RegisterAdapterRequest) Reset

func (x *RegisterAdapterRequest) Reset()

func (*RegisterAdapterRequest) String

func (x *RegisterAdapterRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*UnregisterAdapterReply) Descriptor deprecated

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

Deprecated: Use UnregisterAdapterReply.ProtoReflect.Descriptor instead.

func (*UnregisterAdapterReply) GetReason

func (x *UnregisterAdapterReply) GetReason() string

func (*UnregisterAdapterReply) GetSuccess

func (x *UnregisterAdapterReply) GetSuccess() bool

func (*UnregisterAdapterReply) ProtoMessage

func (*UnregisterAdapterReply) ProtoMessage()

func (*UnregisterAdapterReply) ProtoReflect added in v0.0.22

func (x *UnregisterAdapterReply) ProtoReflect() protoreflect.Message

func (*UnregisterAdapterReply) Reset

func (x *UnregisterAdapterReply) Reset()

func (*UnregisterAdapterReply) String

func (x *UnregisterAdapterReply) String() string

type UnregisterAdapterRequest

type UnregisterAdapterRequest struct {
	AdapterID string `protobuf:"bytes,1,opt,name=adapterID,proto3" json:"adapterID,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterAdapterRequest) Descriptor deprecated

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

Deprecated: Use UnregisterAdapterRequest.ProtoReflect.Descriptor instead.

func (*UnregisterAdapterRequest) GetAdapterID

func (x *UnregisterAdapterRequest) GetAdapterID() string

func (*UnregisterAdapterRequest) ProtoMessage

func (*UnregisterAdapterRequest) ProtoMessage()

func (*UnregisterAdapterRequest) ProtoReflect added in v0.0.22

func (x *UnregisterAdapterRequest) ProtoReflect() protoreflect.Message

func (*UnregisterAdapterRequest) Reset

func (x *UnregisterAdapterRequest) Reset()

func (*UnregisterAdapterRequest) String

func (x *UnregisterAdapterRequest) String() string

Jump to

Keyboard shortcuts

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