Documentation ¶
Index ¶
- type FactoryMeta
- type SMLRegisterRequest
- type SMLRegisterResponse
- type SMVCachedMemoryRequest
- type SMVCachedMemoryResponse
- type SMVCallRequest
- type SMVCallResult
- type SMVDelegatedCallRequest
- type SMVDelegatedCallResponse
- type SMVDelegatedRequestFinished
- type SMVFindCallRequest
- type SMVFindCallResponse
- type SMVObjectTranscriptReport
- type SMVObjectValidationReport
- type SMVStateReport
- type SMVStateRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryMeta ¶
type FactoryMeta struct { LogContextOverride context.Context AuthService authentication.Service }
func (FactoryMeta) Process ¶
func (f FactoryMeta) Process(ctx context.Context, msg insconveyor.DispatchedMessage, pr pulse.Range) (pulse.Number, smachine.CreateFunc, error)
type SMLRegisterRequest ¶
type SMLRegisterRequest struct { // input arguments Meta *rms.Meta Payload *rms.LRegisterRequest }
func (*SMLRegisterRequest) GetStateMachineDeclaration ¶
func (s *SMLRegisterRequest) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMLRegisterRequest) Init ¶
func (s *SMLRegisterRequest) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMLRegisterResponse ¶
type SMLRegisterResponse struct { // input arguments Meta *rms.Meta Payload *rms.LRegisterResponse }
func (*SMLRegisterResponse) GetStateMachineDeclaration ¶
func (s *SMLRegisterResponse) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMLRegisterResponse) Init ¶
func (s *SMLRegisterResponse) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVCachedMemoryRequest ¶
type SMVCachedMemoryRequest struct { // input arguments Meta *rms.Meta Payload *rms.VCachedMemoryRequest // contains filtered or unexported fields }
func (*SMVCachedMemoryRequest) GetStateMachineDeclaration ¶
func (s *SMVCachedMemoryRequest) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVCachedMemoryRequest) Init ¶
func (s *SMVCachedMemoryRequest) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVCachedMemoryResponse ¶
type SMVCachedMemoryResponse struct { // input arguments Meta *rms.Meta Payload *rms.VCachedMemoryResponse }
func (*SMVCachedMemoryResponse) GetStateMachineDeclaration ¶
func (s *SMVCachedMemoryResponse) GetStateMachineDeclaration() smachine.StateMachineDeclaration
-------- Instance -------------
func (*SMVCachedMemoryResponse) Init ¶
func (s *SMVCachedMemoryResponse) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVCallRequest ¶
type SMVCallRequest struct { // input arguments Meta *rms.Meta Payload *rms.VCallRequest // contains filtered or unexported fields }
func (*SMVCallRequest) GetStateMachineDeclaration ¶
func (s *SMVCallRequest) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVCallRequest) Init ¶
func (s *SMVCallRequest) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVCallResult ¶
type SMVCallResult struct { // input arguments Meta *rms.Meta Payload *rms.VCallResult }
func (*SMVCallResult) GetStateMachineDeclaration ¶
func (s *SMVCallResult) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVCallResult) Init ¶
func (s *SMVCallResult) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVDelegatedCallRequest ¶
type SMVDelegatedCallRequest struct { // input arguments Meta *rms.Meta Payload *rms.VDelegatedCallRequest // contains filtered or unexported fields }
func (*SMVDelegatedCallRequest) GetStateMachineDeclaration ¶
func (s *SMVDelegatedCallRequest) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVDelegatedCallRequest) Init ¶
func (s *SMVDelegatedCallRequest) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVDelegatedCallResponse ¶
type SMVDelegatedCallResponse struct { // input arguments Meta *rms.Meta Payload *rms.VDelegatedCallResponse }
func (*SMVDelegatedCallResponse) GetStateMachineDeclaration ¶
func (s *SMVDelegatedCallResponse) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVDelegatedCallResponse) Init ¶
func (s *SMVDelegatedCallResponse) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVDelegatedRequestFinished ¶
type SMVDelegatedRequestFinished struct { // input arguments Meta *rms.Meta Payload *rms.VDelegatedRequestFinished // contains filtered or unexported fields }
func (*SMVDelegatedRequestFinished) GetStateMachineDeclaration ¶
func (s *SMVDelegatedRequestFinished) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVDelegatedRequestFinished) Init ¶
func (s *SMVDelegatedRequestFinished) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVFindCallRequest ¶
type SMVFindCallRequest struct { // input arguments Meta *rms.Meta Payload *rms.VFindCallRequest // contains filtered or unexported fields }
func (*SMVFindCallRequest) GetStateMachineDeclaration ¶
func (s *SMVFindCallRequest) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVFindCallRequest) Init ¶
func (s *SMVFindCallRequest) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVFindCallResponse ¶
type SMVFindCallResponse struct { // input arguments Meta *rms.Meta Payload *rms.VFindCallResponse // contains filtered or unexported fields }
func (*SMVFindCallResponse) GetStateMachineDeclaration ¶
func (s *SMVFindCallResponse) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVFindCallResponse) Init ¶
func (s *SMVFindCallResponse) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVObjectTranscriptReport ¶
type SMVObjectTranscriptReport struct { // input arguments Meta *rms.Meta Payload *rms.VObjectTranscriptReport }
func (*SMVObjectTranscriptReport) GetStateMachineDeclaration ¶
func (s *SMVObjectTranscriptReport) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVObjectTranscriptReport) Init ¶
func (s *SMVObjectTranscriptReport) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVObjectValidationReport ¶
type SMVObjectValidationReport struct { // input arguments Meta *rms.Meta Payload *rms.VObjectValidationReport }
func (*SMVObjectValidationReport) GetStateMachineDeclaration ¶
func (s *SMVObjectValidationReport) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVObjectValidationReport) Init ¶
func (s *SMVObjectValidationReport) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVStateReport ¶
type SMVStateReport struct { // input arguments Meta *rms.Meta Payload *rms.VStateReport // contains filtered or unexported fields }
func (*SMVStateReport) GetStateMachineDeclaration ¶
func (s *SMVStateReport) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVStateReport) Init ¶
func (s *SMVStateReport) Init(ctx smachine.InitializationContext) smachine.StateUpdate
type SMVStateRequest ¶
type SMVStateRequest struct { // input arguments Meta *rms.Meta Payload *rms.VStateRequest // contains filtered or unexported fields }
func (*SMVStateRequest) GetStateMachineDeclaration ¶
func (s *SMVStateRequest) GetStateMachineDeclaration() smachine.StateMachineDeclaration
func (*SMVStateRequest) Init ¶
func (s *SMVStateRequest) Init(ctx smachine.InitializationContext) smachine.StateUpdate
Source Files ¶
- handle_meta.go
- lregisterrequest.go
- lregisterresponse.go
- vcachedmemoryrequest.go
- vcachedmemoryresponse.go
- vcallrequest.go
- vcallresult.go
- vdelegatedcallrequest.go
- vdelegatedcallresponse.go
- vdelegatedrequestfinished.go
- vfindcallrequest.go
- vfindcallresponse.go
- vobjecttranscriptreport.go
- vobjectvalidationreport.go
- vstatereport.go
- vstaterequest.go
Click to show internal directories.
Click to hide internal directories.