Versions in this module Expand all Collapse all v0 v0.3.0 Jan 13, 2021 Changes in this version + var File_tck_valueentity_proto protoreflect.FileDescriptor + func NewValueEntityConfiguredEntity(id value.EntityID) value.EntityHandler + func NewValueEntityTckModelEntity(id value.EntityID) value.EntityHandler + func NewValueEntityTckModelEntityTwo(id value.EntityID) value.EntityHandler + func RegisterValueEntityConfiguredServer(s grpc.ServiceRegistrar, srv ValueEntityConfiguredServer) + func RegisterValueEntityTckModelServer(s grpc.ServiceRegistrar, srv ValueEntityTckModelServer) + func RegisterValueEntityTwoServer(s grpc.ServiceRegistrar, srv ValueEntityTwoServer) + type Delete struct + func (*Delete) Descriptor() ([]byte, []int) + func (*Delete) ProtoMessage() + func (x *Delete) ProtoReflect() protoreflect.Message + func (x *Delete) Reset() + func (x *Delete) String() string + type Effect struct + Id string + Synchronous bool + func (*Effect) Descriptor() ([]byte, []int) + func (*Effect) ProtoMessage() + func (x *Effect) GetId() string + func (x *Effect) GetSynchronous() bool + func (x *Effect) ProtoReflect() protoreflect.Message + func (x *Effect) Reset() + func (x *Effect) String() string + type Fail struct + Message string + func (*Fail) Descriptor() ([]byte, []int) + func (*Fail) ProtoMessage() + func (x *Fail) GetMessage() string + func (x *Fail) ProtoReflect() protoreflect.Message + func (x *Fail) Reset() + func (x *Fail) String() string + type Forward struct + Id string + func (*Forward) Descriptor() ([]byte, []int) + func (*Forward) ProtoMessage() + func (x *Forward) GetId() string + func (x *Forward) ProtoReflect() protoreflect.Message + func (x *Forward) Reset() + func (x *Forward) String() string + type Persisted struct + Value string + func (*Persisted) Descriptor() ([]byte, []int) + func (*Persisted) ProtoMessage() + func (x *Persisted) GetValue() string + func (x *Persisted) ProtoReflect() protoreflect.Message + func (x *Persisted) Reset() + func (x *Persisted) String() string + type Request struct + Actions []*RequestAction + Id string + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (x *Request) GetActions() []*RequestAction + func (x *Request) GetId() string + func (x *Request) ProtoReflect() protoreflect.Message + func (x *Request) Reset() + func (x *Request) String() string + type RequestAction struct + Action isRequestAction_Action + func (*RequestAction) Descriptor() ([]byte, []int) + func (*RequestAction) ProtoMessage() + func (m *RequestAction) GetAction() isRequestAction_Action + func (x *RequestAction) GetDelete() *Delete + func (x *RequestAction) GetEffect() *Effect + func (x *RequestAction) GetFail() *Fail + func (x *RequestAction) GetForward() *Forward + func (x *RequestAction) GetUpdate() *Update + func (x *RequestAction) ProtoReflect() protoreflect.Message + func (x *RequestAction) Reset() + func (x *RequestAction) String() string + type RequestAction_Delete struct + Delete *Delete + type RequestAction_Effect struct + Effect *Effect + type RequestAction_Fail struct + Fail *Fail + type RequestAction_Forward struct + Forward *Forward + type RequestAction_Update struct + Update *Update + type Response struct + Message string + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) GetMessage() string + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type UnimplementedValueEntityConfiguredServer struct + func (UnimplementedValueEntityConfiguredServer) Call(context.Context, *Request) (*Response, error) + type UnimplementedValueEntityTckModelServer struct + func (UnimplementedValueEntityTckModelServer) Process(context.Context, *Request) (*Response, error) + type UnimplementedValueEntityTwoServer struct + func (UnimplementedValueEntityTwoServer) Call(context.Context, *Request) (*Response, error) + type UnsafeValueEntityConfiguredServer interface + type UnsafeValueEntityTckModelServer interface + type UnsafeValueEntityTwoServer interface + type Update struct + Value string + func (*Update) Descriptor() ([]byte, []int) + func (*Update) ProtoMessage() + func (x *Update) GetValue() string + func (x *Update) ProtoReflect() protoreflect.Message + func (x *Update) Reset() + func (x *Update) String() string + type ValueEntityConfiguredClient interface + Call func(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) + func NewValueEntityConfiguredClient(cc grpc.ClientConnInterface) ValueEntityConfiguredClient + type ValueEntityConfiguredEntity string + func (v *ValueEntityConfiguredEntity) HandleCommand(ctx *value.Context, name string, msg proto.Message) (*any.Any, error) + func (v *ValueEntityConfiguredEntity) HandleState(ctx *value.Context, state *any.Any) error + type ValueEntityConfiguredServer interface + Call func(context.Context, *Request) (*Response, error) + type ValueEntityTckModelClient interface + Process func(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) + func NewValueEntityTckModelClient(cc grpc.ClientConnInterface) ValueEntityTckModelClient + type ValueEntityTckModelEntity struct + func (e *ValueEntityTckModelEntity) HandleCommand(ctx *value.Context, name string, msg proto.Message) (*any.Any, error) + func (e *ValueEntityTckModelEntity) HandleState(ctx *value.Context, state *any.Any) error + type ValueEntityTckModelEntityTwo struct + func (e *ValueEntityTckModelEntityTwo) HandleCommand(ctx *value.Context, name string, msg proto.Message) (*any.Any, error) + func (e *ValueEntityTckModelEntityTwo) HandleState(ctx *value.Context, state *any.Any) error + type ValueEntityTckModelServer interface + Process func(context.Context, *Request) (*Response, error) + type ValueEntityTwoClient interface + Call func(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) + func NewValueEntityTwoClient(cc grpc.ClientConnInterface) ValueEntityTwoClient + type ValueEntityTwoServer interface + Call func(context.Context, *Request) (*Response, error)