var _ … var _ … var _ … const _ … type PluginInfo … func (m *PluginInfo) Reset() { … } func (*PluginInfo) ProtoMessage() { … } func (*PluginInfo) Descriptor() ([]byte, []int) { … } func (m *PluginInfo) XXX_Unmarshal(b []byte) error { … } func (m *PluginInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *PluginInfo) XXX_Merge(src proto.Message) { … } func (m *PluginInfo) XXX_Size() int { … } func (m *PluginInfo) XXX_DiscardUnknown() { … } var xxx_messageInfo_PluginInfo … func (m *PluginInfo) GetType() string { … } func (m *PluginInfo) GetName() string { … } func (m *PluginInfo) GetEndpoint() string { … } func (m *PluginInfo) GetSupportedVersions() []string { … } type RegistrationStatus … func (m *RegistrationStatus) Reset() { … } func (*RegistrationStatus) ProtoMessage() { … } func (*RegistrationStatus) Descriptor() ([]byte, []int) { … } func (m *RegistrationStatus) XXX_Unmarshal(b []byte) error { … } func (m *RegistrationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *RegistrationStatus) XXX_Merge(src proto.Message) { … } func (m *RegistrationStatus) XXX_Size() int { … } func (m *RegistrationStatus) XXX_DiscardUnknown() { … } var xxx_messageInfo_RegistrationStatus … func (m *RegistrationStatus) GetPluginRegistered() bool { … } func (m *RegistrationStatus) GetError() string { … } type RegistrationStatusResponse … func (m *RegistrationStatusResponse) Reset() { … } func (*RegistrationStatusResponse) ProtoMessage() { … } func (*RegistrationStatusResponse) Descriptor() ([]byte, []int) { … } func (m *RegistrationStatusResponse) XXX_Unmarshal(b []byte) error { … } func (m *RegistrationStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *RegistrationStatusResponse) XXX_Merge(src proto.Message) { … } func (m *RegistrationStatusResponse) XXX_Size() int { … } func (m *RegistrationStatusResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_RegistrationStatusResponse … type InfoRequest … func (m *InfoRequest) Reset() { … } func (*InfoRequest) ProtoMessage() { … } func (*InfoRequest) Descriptor() ([]byte, []int) { … } func (m *InfoRequest) XXX_Unmarshal(b []byte) error { … } func (m *InfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *InfoRequest) XXX_Merge(src proto.Message) { … } func (m *InfoRequest) XXX_Size() int { … } func (m *InfoRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_InfoRequest … func init() { … } func init() { … } var fileDescriptor_00212fb1f9d3bf1c … var _ … var _ … const _ … type RegistrationClient … type registrationClient … func NewRegistrationClient(cc *grpc.ClientConn) RegistrationClient { … } func (c *registrationClient) GetInfo(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (*PluginInfo, error) { … } func (c *registrationClient) NotifyRegistrationStatus(ctx context.Context, in *RegistrationStatus, opts ...grpc.CallOption) (*RegistrationStatusResponse, error) { … } type RegistrationServer … type UnimplementedRegistrationServer … func (*UnimplementedRegistrationServer) GetInfo(ctx context.Context, req *InfoRequest) (*PluginInfo, error) { … } func (*UnimplementedRegistrationServer) NotifyRegistrationStatus(ctx context.Context, req *RegistrationStatus) (*RegistrationStatusResponse, error) { … } func RegisterRegistrationServer(s *grpc.Server, srv RegistrationServer) { … } func _Registration_GetInfo_Handler(srv interface{ … } func _Registration_NotifyRegistrationStatus_Handler(srv interface{ … } var _Registration_serviceDesc … func (m *PluginInfo) Marshal() (dAtA []byte, err error) { … } func (m *PluginInfo) MarshalTo(dAtA []byte) (int, error) { … } func (m *PluginInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *RegistrationStatus) Marshal() (dAtA []byte, err error) { … } func (m *RegistrationStatus) MarshalTo(dAtA []byte) (int, error) { … } func (m *RegistrationStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *RegistrationStatusResponse) Marshal() (dAtA []byte, err error) { … } func (m *RegistrationStatusResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *RegistrationStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *InfoRequest) Marshal() (dAtA []byte, err error) { … } func (m *InfoRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *InfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func encodeVarintApi(dAtA []byte, offset int, v uint64) int { … } func (m *PluginInfo) Size() (n int) { … } func (m *RegistrationStatus) Size() (n int) { … } func (m *RegistrationStatusResponse) Size() (n int) { … } func (m *InfoRequest) Size() (n int) { … } func sovApi(x uint64) (n int) { … } func sozApi(x uint64) (n int) { … } func (this *PluginInfo) String() string { … } func (this *RegistrationStatus) String() string { … } func (this *RegistrationStatusResponse) String() string { … } func (this *InfoRequest) String() string { … } func valueToStringApi(v interface{ … } func (m *PluginInfo) Unmarshal(dAtA []byte) error { … } func (m *RegistrationStatus) Unmarshal(dAtA []byte) error { … } func (m *RegistrationStatusResponse) Unmarshal(dAtA []byte) error { … } func (m *InfoRequest) Unmarshal(dAtA []byte) error { … } func skipApi(dAtA []byte) (n int, err error) { … } var ErrInvalidLengthApi … var ErrIntOverflowApi … var ErrUnexpectedEndOfGroupApi …