Documentation ¶
Index ¶
- Variables
- func RegisterPluginsProviderServer(s grpc.ServiceRegistrar, srv PluginsProviderServer)
- type CallValueRequest
- func (*CallValueRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CallValueRequest) GetArgs() []*values.Value
- func (x *CallValueRequest) GetId() string
- func (x *CallValueRequest) GetKwargs() map[string]*values.Value
- func (x *CallValueRequest) GetValue() *values.Value
- func (*CallValueRequest) ProtoMessage()
- func (x *CallValueRequest) ProtoReflect() protoreflect.Message
- func (x *CallValueRequest) Reset()
- func (x *CallValueRequest) String() string
- func (m *CallValueRequest) Validate() error
- type CallValueRequestValidationError
- func (e CallValueRequestValidationError) Cause() error
- func (e CallValueRequestValidationError) Error() string
- func (e CallValueRequestValidationError) ErrorName() string
- func (e CallValueRequestValidationError) Field() string
- func (e CallValueRequestValidationError) Key() bool
- func (e CallValueRequestValidationError) Reason() string
- type CallValueResponse
- func (*CallValueResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CallValueResponse) GetError() *program.Error
- func (m *CallValueResponse) GetRet() isCallValueResponse_Ret
- func (x *CallValueResponse) GetRetval() *values.Value
- func (*CallValueResponse) ProtoMessage()
- func (x *CallValueResponse) ProtoReflect() protoreflect.Message
- func (x *CallValueResponse) Reset()
- func (x *CallValueResponse) String() string
- func (m *CallValueResponse) Validate() error
- type CallValueResponseValidationError
- func (e CallValueResponseValidationError) Cause() error
- func (e CallValueResponseValidationError) Error() string
- func (e CallValueResponseValidationError) ErrorName() string
- func (e CallValueResponseValidationError) Field() string
- func (e CallValueResponseValidationError) Key() bool
- func (e CallValueResponseValidationError) Reason() string
- type CallValueResponse_Error
- type CallValueResponse_Retval
- type DescribeRequest
- func (*DescribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeRequest) GetId() string
- func (*DescribeRequest) ProtoMessage()
- func (x *DescribeRequest) ProtoReflect() protoreflect.Message
- func (x *DescribeRequest) Reset()
- func (x *DescribeRequest) String() string
- func (m *DescribeRequest) Validate() error
- type DescribeRequestValidationError
- func (e DescribeRequestValidationError) Cause() error
- func (e DescribeRequestValidationError) Error() string
- func (e DescribeRequestValidationError) ErrorName() string
- func (e DescribeRequestValidationError) Field() string
- func (e DescribeRequestValidationError) Key() bool
- func (e DescribeRequestValidationError) Reason() string
- type DescribeResponse
- func (*DescribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DescribeResponse) GetDesc() *plugin.PluginDesc
- func (*DescribeResponse) ProtoMessage()
- func (x *DescribeResponse) ProtoReflect() protoreflect.Message
- func (x *DescribeResponse) Reset()
- func (x *DescribeResponse) String() string
- func (m *DescribeResponse) Validate() error
- type DescribeResponseValidationError
- func (e DescribeResponseValidationError) Cause() error
- func (e DescribeResponseValidationError) Error() string
- func (e DescribeResponseValidationError) ErrorName() string
- func (e DescribeResponseValidationError) Field() string
- func (e DescribeResponseValidationError) Key() bool
- func (e DescribeResponseValidationError) Reason() string
- type GetValuesRequest
- func (*GetValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetValuesRequest) GetId() string
- func (x *GetValuesRequest) GetNames() []string
- func (*GetValuesRequest) ProtoMessage()
- func (x *GetValuesRequest) ProtoReflect() protoreflect.Message
- func (x *GetValuesRequest) Reset()
- func (x *GetValuesRequest) String() string
- func (m *GetValuesRequest) Validate() error
- type GetValuesRequestValidationError
- func (e GetValuesRequestValidationError) Cause() error
- func (e GetValuesRequestValidationError) Error() string
- func (e GetValuesRequestValidationError) ErrorName() string
- func (e GetValuesRequestValidationError) Field() string
- func (e GetValuesRequestValidationError) Key() bool
- func (e GetValuesRequestValidationError) Reason() string
- type GetValuesResponse
- func (*GetValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetValuesResponse) GetValues() map[string]*values.Value
- func (*GetValuesResponse) ProtoMessage()
- func (x *GetValuesResponse) ProtoReflect() protoreflect.Message
- func (x *GetValuesResponse) Reset()
- func (x *GetValuesResponse) String() string
- func (m *GetValuesResponse) Validate() error
- type GetValuesResponseValidationError
- func (e GetValuesResponseValidationError) Cause() error
- func (e GetValuesResponseValidationError) Error() string
- func (e GetValuesResponseValidationError) ErrorName() string
- func (e GetValuesResponseValidationError) Field() string
- func (e GetValuesResponseValidationError) Key() bool
- func (e GetValuesResponseValidationError) Reason() string
- type ListRequest
- type ListRequestValidationError
- func (e ListRequestValidationError) Cause() error
- func (e ListRequestValidationError) Error() string
- func (e ListRequestValidationError) ErrorName() string
- func (e ListRequestValidationError) Field() string
- func (e ListRequestValidationError) Key() bool
- func (e ListRequestValidationError) Reason() string
- type ListResponse
- func (*ListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListResponse) GetIds() []string
- func (*ListResponse) ProtoMessage()
- func (x *ListResponse) ProtoReflect() protoreflect.Message
- func (x *ListResponse) Reset()
- func (x *ListResponse) String() string
- func (m *ListResponse) Validate() error
- type ListResponseValidationError
- func (e ListResponseValidationError) Cause() error
- func (e ListResponseValidationError) Error() string
- func (e ListResponseValidationError) ErrorName() string
- func (e ListResponseValidationError) Field() string
- func (e ListResponseValidationError) Key() bool
- func (e ListResponseValidationError) Reason() string
- type PluginsProviderClient
- type PluginsProviderServer
- type UnimplementedPluginsProviderServer
- func (UnimplementedPluginsProviderServer) CallValue(context.Context, *CallValueRequest) (*CallValueResponse, error)
- func (UnimplementedPluginsProviderServer) Describe(context.Context, *DescribeRequest) (*DescribeResponse, error)
- func (UnimplementedPluginsProviderServer) GetValues(context.Context, *GetValuesRequest) (*GetValuesResponse, error)
- func (UnimplementedPluginsProviderServer) List(context.Context, *ListRequest) (*ListResponse, error)
- type UnsafePluginsProviderServer
Constants ¶
This section is empty.
Variables ¶
var File_pluginsprovidersvc_svc_proto protoreflect.FileDescriptor
var PluginsProvider_ServiceDesc = grpc.ServiceDesc{ ServiceName: "autokitteh.pluginsprovidersvc.PluginsProvider", HandlerType: (*PluginsProviderServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "List", Handler: _PluginsProvider_List_Handler, }, { MethodName: "Describe", Handler: _PluginsProvider_Describe_Handler, }, { MethodName: "GetValues", Handler: _PluginsProvider_GetValues_Handler, }, { MethodName: "CallValue", Handler: _PluginsProvider_CallValue_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "pluginsprovidersvc/svc.proto", }
PluginsProvider_ServiceDesc is the grpc.ServiceDesc for PluginsProvider service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterPluginsProviderServer ¶
func RegisterPluginsProviderServer(s grpc.ServiceRegistrar, srv PluginsProviderServer)
Types ¶
type CallValueRequest ¶
type CallValueRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Value *values.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Args []*values.Value `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` Kwargs map[string]*values.Value `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CallValueRequest) Descriptor
deprecated
func (*CallValueRequest) Descriptor() ([]byte, []int)
Deprecated: Use CallValueRequest.ProtoReflect.Descriptor instead.
func (*CallValueRequest) GetArgs ¶
func (x *CallValueRequest) GetArgs() []*values.Value
func (*CallValueRequest) GetId ¶
func (x *CallValueRequest) GetId() string
func (*CallValueRequest) GetKwargs ¶
func (x *CallValueRequest) GetKwargs() map[string]*values.Value
func (*CallValueRequest) GetValue ¶
func (x *CallValueRequest) GetValue() *values.Value
func (*CallValueRequest) ProtoMessage ¶
func (*CallValueRequest) ProtoMessage()
func (*CallValueRequest) ProtoReflect ¶
func (x *CallValueRequest) ProtoReflect() protoreflect.Message
func (*CallValueRequest) Reset ¶
func (x *CallValueRequest) Reset()
func (*CallValueRequest) String ¶
func (x *CallValueRequest) String() string
func (*CallValueRequest) Validate ¶
func (m *CallValueRequest) Validate() error
Validate checks the field values on CallValueRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CallValueRequestValidationError ¶
type CallValueRequestValidationError struct {
// contains filtered or unexported fields
}
CallValueRequestValidationError is the validation error returned by CallValueRequest.Validate if the designated constraints aren't met.
func (CallValueRequestValidationError) Cause ¶
func (e CallValueRequestValidationError) Cause() error
Cause function returns cause value.
func (CallValueRequestValidationError) Error ¶
func (e CallValueRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CallValueRequestValidationError) ErrorName ¶
func (e CallValueRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CallValueRequestValidationError) Field ¶
func (e CallValueRequestValidationError) Field() string
Field function returns field value.
func (CallValueRequestValidationError) Key ¶
func (e CallValueRequestValidationError) Key() bool
Key function returns key value.
func (CallValueRequestValidationError) Reason ¶
func (e CallValueRequestValidationError) Reason() string
Reason function returns reason value.
type CallValueResponse ¶
type CallValueResponse struct { // Types that are assignable to Ret: // *CallValueResponse_Retval // *CallValueResponse_Error Ret isCallValueResponse_Ret `protobuf_oneof:"ret"` // contains filtered or unexported fields }
func (*CallValueResponse) Descriptor
deprecated
func (*CallValueResponse) Descriptor() ([]byte, []int)
Deprecated: Use CallValueResponse.ProtoReflect.Descriptor instead.
func (*CallValueResponse) GetError ¶
func (x *CallValueResponse) GetError() *program.Error
func (*CallValueResponse) GetRet ¶
func (m *CallValueResponse) GetRet() isCallValueResponse_Ret
func (*CallValueResponse) GetRetval ¶
func (x *CallValueResponse) GetRetval() *values.Value
func (*CallValueResponse) ProtoMessage ¶
func (*CallValueResponse) ProtoMessage()
func (*CallValueResponse) ProtoReflect ¶
func (x *CallValueResponse) ProtoReflect() protoreflect.Message
func (*CallValueResponse) Reset ¶
func (x *CallValueResponse) Reset()
func (*CallValueResponse) String ¶
func (x *CallValueResponse) String() string
func (*CallValueResponse) Validate ¶
func (m *CallValueResponse) Validate() error
Validate checks the field values on CallValueResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CallValueResponseValidationError ¶
type CallValueResponseValidationError struct {
// contains filtered or unexported fields
}
CallValueResponseValidationError is the validation error returned by CallValueResponse.Validate if the designated constraints aren't met.
func (CallValueResponseValidationError) Cause ¶
func (e CallValueResponseValidationError) Cause() error
Cause function returns cause value.
func (CallValueResponseValidationError) Error ¶
func (e CallValueResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CallValueResponseValidationError) ErrorName ¶
func (e CallValueResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CallValueResponseValidationError) Field ¶
func (e CallValueResponseValidationError) Field() string
Field function returns field value.
func (CallValueResponseValidationError) Key ¶
func (e CallValueResponseValidationError) Key() bool
Key function returns key value.
func (CallValueResponseValidationError) Reason ¶
func (e CallValueResponseValidationError) Reason() string
Reason function returns reason value.
type CallValueResponse_Error ¶
type DescribeRequest ¶
type DescribeRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DescribeRequest) Descriptor
deprecated
func (*DescribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeRequest.ProtoReflect.Descriptor instead.
func (*DescribeRequest) GetId ¶
func (x *DescribeRequest) GetId() string
func (*DescribeRequest) ProtoMessage ¶
func (*DescribeRequest) ProtoMessage()
func (*DescribeRequest) ProtoReflect ¶
func (x *DescribeRequest) ProtoReflect() protoreflect.Message
func (*DescribeRequest) Reset ¶
func (x *DescribeRequest) Reset()
func (*DescribeRequest) String ¶
func (x *DescribeRequest) String() string
func (*DescribeRequest) Validate ¶
func (m *DescribeRequest) Validate() error
Validate checks the field values on DescribeRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type DescribeRequestValidationError ¶
type DescribeRequestValidationError struct {
// contains filtered or unexported fields
}
DescribeRequestValidationError is the validation error returned by DescribeRequest.Validate if the designated constraints aren't met.
func (DescribeRequestValidationError) Cause ¶
func (e DescribeRequestValidationError) Cause() error
Cause function returns cause value.
func (DescribeRequestValidationError) Error ¶
func (e DescribeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeRequestValidationError) ErrorName ¶
func (e DescribeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeRequestValidationError) Field ¶
func (e DescribeRequestValidationError) Field() string
Field function returns field value.
func (DescribeRequestValidationError) Key ¶
func (e DescribeRequestValidationError) Key() bool
Key function returns key value.
func (DescribeRequestValidationError) Reason ¶
func (e DescribeRequestValidationError) Reason() string
Reason function returns reason value.
type DescribeResponse ¶
type DescribeResponse struct { Desc *plugin.PluginDesc `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*DescribeResponse) Descriptor
deprecated
func (*DescribeResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeResponse.ProtoReflect.Descriptor instead.
func (*DescribeResponse) GetDesc ¶
func (x *DescribeResponse) GetDesc() *plugin.PluginDesc
func (*DescribeResponse) ProtoMessage ¶
func (*DescribeResponse) ProtoMessage()
func (*DescribeResponse) ProtoReflect ¶
func (x *DescribeResponse) ProtoReflect() protoreflect.Message
func (*DescribeResponse) Reset ¶
func (x *DescribeResponse) Reset()
func (*DescribeResponse) String ¶
func (x *DescribeResponse) String() string
func (*DescribeResponse) Validate ¶
func (m *DescribeResponse) Validate() error
Validate checks the field values on DescribeResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type DescribeResponseValidationError ¶
type DescribeResponseValidationError struct {
// contains filtered or unexported fields
}
DescribeResponseValidationError is the validation error returned by DescribeResponse.Validate if the designated constraints aren't met.
func (DescribeResponseValidationError) Cause ¶
func (e DescribeResponseValidationError) Cause() error
Cause function returns cause value.
func (DescribeResponseValidationError) Error ¶
func (e DescribeResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DescribeResponseValidationError) ErrorName ¶
func (e DescribeResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DescribeResponseValidationError) Field ¶
func (e DescribeResponseValidationError) Field() string
Field function returns field value.
func (DescribeResponseValidationError) Key ¶
func (e DescribeResponseValidationError) Key() bool
Key function returns key value.
func (DescribeResponseValidationError) Reason ¶
func (e DescribeResponseValidationError) Reason() string
Reason function returns reason value.
type GetValuesRequest ¶
type GetValuesRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"` // if empty, returns all. // contains filtered or unexported fields }
func (*GetValuesRequest) Descriptor
deprecated
func (*GetValuesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetValuesRequest.ProtoReflect.Descriptor instead.
func (*GetValuesRequest) GetId ¶
func (x *GetValuesRequest) GetId() string
func (*GetValuesRequest) GetNames ¶
func (x *GetValuesRequest) GetNames() []string
func (*GetValuesRequest) ProtoMessage ¶
func (*GetValuesRequest) ProtoMessage()
func (*GetValuesRequest) ProtoReflect ¶
func (x *GetValuesRequest) ProtoReflect() protoreflect.Message
func (*GetValuesRequest) Reset ¶
func (x *GetValuesRequest) Reset()
func (*GetValuesRequest) String ¶
func (x *GetValuesRequest) String() string
func (*GetValuesRequest) Validate ¶
func (m *GetValuesRequest) Validate() error
Validate checks the field values on GetValuesRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GetValuesRequestValidationError ¶
type GetValuesRequestValidationError struct {
// contains filtered or unexported fields
}
GetValuesRequestValidationError is the validation error returned by GetValuesRequest.Validate if the designated constraints aren't met.
func (GetValuesRequestValidationError) Cause ¶
func (e GetValuesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetValuesRequestValidationError) Error ¶
func (e GetValuesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetValuesRequestValidationError) ErrorName ¶
func (e GetValuesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetValuesRequestValidationError) Field ¶
func (e GetValuesRequestValidationError) Field() string
Field function returns field value.
func (GetValuesRequestValidationError) Key ¶
func (e GetValuesRequestValidationError) Key() bool
Key function returns key value.
func (GetValuesRequestValidationError) Reason ¶
func (e GetValuesRequestValidationError) Reason() string
Reason function returns reason value.
type GetValuesResponse ¶
type GetValuesResponse struct { Values map[string]*values.Value `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetValuesResponse) Descriptor
deprecated
func (*GetValuesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetValuesResponse.ProtoReflect.Descriptor instead.
func (*GetValuesResponse) GetValues ¶
func (x *GetValuesResponse) GetValues() map[string]*values.Value
func (*GetValuesResponse) ProtoMessage ¶
func (*GetValuesResponse) ProtoMessage()
func (*GetValuesResponse) ProtoReflect ¶
func (x *GetValuesResponse) ProtoReflect() protoreflect.Message
func (*GetValuesResponse) Reset ¶
func (x *GetValuesResponse) Reset()
func (*GetValuesResponse) String ¶
func (x *GetValuesResponse) String() string
func (*GetValuesResponse) Validate ¶
func (m *GetValuesResponse) Validate() error
Validate checks the field values on GetValuesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GetValuesResponseValidationError ¶
type GetValuesResponseValidationError struct {
// contains filtered or unexported fields
}
GetValuesResponseValidationError is the validation error returned by GetValuesResponse.Validate if the designated constraints aren't met.
func (GetValuesResponseValidationError) Cause ¶
func (e GetValuesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetValuesResponseValidationError) Error ¶
func (e GetValuesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetValuesResponseValidationError) ErrorName ¶
func (e GetValuesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetValuesResponseValidationError) Field ¶
func (e GetValuesResponseValidationError) Field() string
Field function returns field value.
func (GetValuesResponseValidationError) Key ¶
func (e GetValuesResponseValidationError) Key() bool
Key function returns key value.
func (GetValuesResponseValidationError) Reason ¶
func (e GetValuesResponseValidationError) Reason() string
Reason function returns reason value.
type ListRequest ¶
type ListRequest struct {
// contains filtered or unexported fields
}
func (*ListRequest) Descriptor
deprecated
func (*ListRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.
func (*ListRequest) ProtoMessage ¶
func (*ListRequest) ProtoMessage()
func (*ListRequest) ProtoReflect ¶
func (x *ListRequest) ProtoReflect() protoreflect.Message
func (*ListRequest) Reset ¶
func (x *ListRequest) Reset()
func (*ListRequest) String ¶
func (x *ListRequest) String() string
func (*ListRequest) Validate ¶
func (m *ListRequest) Validate() error
Validate checks the field values on ListRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ListRequestValidationError ¶
type ListRequestValidationError struct {
// contains filtered or unexported fields
}
ListRequestValidationError is the validation error returned by ListRequest.Validate if the designated constraints aren't met.
func (ListRequestValidationError) Cause ¶
func (e ListRequestValidationError) Cause() error
Cause function returns cause value.
func (ListRequestValidationError) Error ¶
func (e ListRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListRequestValidationError) ErrorName ¶
func (e ListRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListRequestValidationError) Field ¶
func (e ListRequestValidationError) Field() string
Field function returns field value.
func (ListRequestValidationError) Key ¶
func (e ListRequestValidationError) Key() bool
Key function returns key value.
func (ListRequestValidationError) Reason ¶
func (e ListRequestValidationError) Reason() string
Reason function returns reason value.
type ListResponse ¶
type ListResponse struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*ListResponse) Descriptor
deprecated
func (*ListResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.
func (*ListResponse) GetIds ¶
func (x *ListResponse) GetIds() []string
func (*ListResponse) ProtoMessage ¶
func (*ListResponse) ProtoMessage()
func (*ListResponse) ProtoReflect ¶
func (x *ListResponse) ProtoReflect() protoreflect.Message
func (*ListResponse) Reset ¶
func (x *ListResponse) Reset()
func (*ListResponse) String ¶
func (x *ListResponse) String() string
func (*ListResponse) Validate ¶
func (m *ListResponse) Validate() error
Validate checks the field values on ListResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ListResponseValidationError ¶
type ListResponseValidationError struct {
// contains filtered or unexported fields
}
ListResponseValidationError is the validation error returned by ListResponse.Validate if the designated constraints aren't met.
func (ListResponseValidationError) Cause ¶
func (e ListResponseValidationError) Cause() error
Cause function returns cause value.
func (ListResponseValidationError) Error ¶
func (e ListResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListResponseValidationError) ErrorName ¶
func (e ListResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListResponseValidationError) Field ¶
func (e ListResponseValidationError) Field() string
Field function returns field value.
func (ListResponseValidationError) Key ¶
func (e ListResponseValidationError) Key() bool
Key function returns key value.
func (ListResponseValidationError) Reason ¶
func (e ListResponseValidationError) Reason() string
Reason function returns reason value.
type PluginsProviderClient ¶
type PluginsProviderClient interface { List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error) Describe(ctx context.Context, in *DescribeRequest, opts ...grpc.CallOption) (*DescribeResponse, error) GetValues(ctx context.Context, in *GetValuesRequest, opts ...grpc.CallOption) (*GetValuesResponse, error) CallValue(ctx context.Context, in *CallValueRequest, opts ...grpc.CallOption) (*CallValueResponse, error) }
PluginsProviderClient is the client API for PluginsProvider service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewPluginsProviderClient ¶
func NewPluginsProviderClient(cc grpc.ClientConnInterface) PluginsProviderClient
type PluginsProviderServer ¶
type PluginsProviderServer interface { List(context.Context, *ListRequest) (*ListResponse, error) Describe(context.Context, *DescribeRequest) (*DescribeResponse, error) GetValues(context.Context, *GetValuesRequest) (*GetValuesResponse, error) CallValue(context.Context, *CallValueRequest) (*CallValueResponse, error) // contains filtered or unexported methods }
PluginsProviderServer is the server API for PluginsProvider service. All implementations must embed UnimplementedPluginsProviderServer for forward compatibility
type UnimplementedPluginsProviderServer ¶
type UnimplementedPluginsProviderServer struct { }
UnimplementedPluginsProviderServer must be embedded to have forward compatible implementations.
func (UnimplementedPluginsProviderServer) CallValue ¶
func (UnimplementedPluginsProviderServer) CallValue(context.Context, *CallValueRequest) (*CallValueResponse, error)
func (UnimplementedPluginsProviderServer) Describe ¶
func (UnimplementedPluginsProviderServer) Describe(context.Context, *DescribeRequest) (*DescribeResponse, error)
func (UnimplementedPluginsProviderServer) GetValues ¶
func (UnimplementedPluginsProviderServer) GetValues(context.Context, *GetValuesRequest) (*GetValuesResponse, error)
func (UnimplementedPluginsProviderServer) List ¶
func (UnimplementedPluginsProviderServer) List(context.Context, *ListRequest) (*ListResponse, error)
type UnsafePluginsProviderServer ¶
type UnsafePluginsProviderServer interface {
// contains filtered or unexported methods
}
UnsafePluginsProviderServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PluginsProviderServer will result in compilation errors.