Documentation ¶
Index ¶
- type ExecuteStepProcessor
- type ExecutionEndingProcessor
- type ExecutionStartingRequestProcessor
- type MessageProcessor
- type ProcessorDictionary
- type ScenarioDataStoreInitProcessor
- type ScenarioExecutionEndingProcessor
- type ScenarioExecutionStartingRequestProcessor
- type SpecDataStoreInitProcessor
- type SpecExecutionEndingProcessor
- type SpecExecutionStartingRequestProcessor
- type StepExecutionEndingProcessor
- type StepExecutionStartingRequestProcessor
- type StepNamesRequestProcessor
- type StepValidateRequestProcessor
- type SuiteDataStoreInitRequestProcessor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteStepProcessor ¶
type ExecuteStepProcessor struct{}
func (*ExecuteStepProcessor) Process ¶
func (r *ExecuteStepProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type ExecutionEndingProcessor ¶
type ExecutionEndingProcessor struct{}
func (*ExecutionEndingProcessor) Process ¶
func (r *ExecutionEndingProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type ExecutionStartingRequestProcessor ¶
type ExecutionStartingRequestProcessor struct{}
func (*ExecutionStartingRequestProcessor) Process ¶
func (r *ExecutionStartingRequestProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type MessageProcessor ¶
type ProcessorDictionary ¶
type ProcessorDictionary map[m.Message_MessageType]MessageProcessor
type ScenarioDataStoreInitProcessor ¶
type ScenarioDataStoreInitProcessor struct{}
func (*ScenarioDataStoreInitProcessor) Process ¶
func (r *ScenarioDataStoreInitProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type ScenarioExecutionEndingProcessor ¶
type ScenarioExecutionEndingProcessor struct{}
func (*ScenarioExecutionEndingProcessor) Process ¶
func (r *ScenarioExecutionEndingProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type ScenarioExecutionStartingRequestProcessor ¶
type ScenarioExecutionStartingRequestProcessor struct{}
func (*ScenarioExecutionStartingRequestProcessor) Process ¶
func (r *ScenarioExecutionStartingRequestProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type SpecDataStoreInitProcessor ¶
type SpecDataStoreInitProcessor struct{}
func (*SpecDataStoreInitProcessor) Process ¶
func (r *SpecDataStoreInitProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type SpecExecutionEndingProcessor ¶
type SpecExecutionEndingProcessor struct{}
func (*SpecExecutionEndingProcessor) Process ¶
func (r *SpecExecutionEndingProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type SpecExecutionStartingRequestProcessor ¶
type SpecExecutionStartingRequestProcessor struct{}
func (*SpecExecutionStartingRequestProcessor) Process ¶
func (r *SpecExecutionStartingRequestProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type StepExecutionEndingProcessor ¶
type StepExecutionEndingProcessor struct{}
func (*StepExecutionEndingProcessor) Process ¶
func (r *StepExecutionEndingProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type StepExecutionStartingRequestProcessor ¶
type StepExecutionStartingRequestProcessor struct{}
func (*StepExecutionStartingRequestProcessor) Process ¶
func (r *StepExecutionStartingRequestProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type StepNamesRequestProcessor ¶
type StepNamesRequestProcessor struct{}
func (*StepNamesRequestProcessor) Process ¶
func (s *StepNamesRequestProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
type StepValidateRequestProcessor ¶
type StepValidateRequestProcessor struct{}
func (*StepValidateRequestProcessor) Process ¶
func (s *StepValidateRequestProcessor) Process(msg *gm.Message, context *t.GaugeContext) *gm.Message
type SuiteDataStoreInitRequestProcessor ¶
type SuiteDataStoreInitRequestProcessor struct{}
func (*SuiteDataStoreInitRequestProcessor) Process ¶
func (s *SuiteDataStoreInitRequestProcessor) Process(msg *m.Message, context *t.GaugeContext) *m.Message
Source Files ¶
- ExecuteStepProcessor.go
- ExecutionEndingProcessor.go
- ExecutionStartingRequestProcessor.go
- Helper.go
- MessageProcessor.go
- ScenarioDataStoreInitProcessor.go
- ScenarioExecutionEndingProcessor.go
- ScenarioExecutionStartingRequestProcessor.go
- SpecDataStoreInitProcessor.go
- SpecExecutionEndingProcessor.go
- SpecExecutionStartingRequestProcessor.go
- StepExecutionEndingProcessor.go
- StepExecutionStartingRequestProcessor.go
- StepNamesRequestProcessor.go
- StepValidateRequestProcessor.go
- SuiteDatastoreInitRequestProcessor.go
Click to show internal directories.
Click to hide internal directories.