Documentation ¶
Index ¶
- Variables
- func NewDummyFactory() *build.Factory
- func NewDummyProcess() *container.ProcessContainer
- type DummyController
- func (c *DummyController) Close(correlationId string) error
- func (c *DummyController) Configure(config *config.ConfigParams)
- func (c *DummyController) Counter() int
- func (c *DummyController) IsOpen() bool
- func (c *DummyController) Message() string
- func (c *DummyController) Notify(correlationId string, args *run.Parameters)
- func (c *DummyController) Open(correlationId string) error
- func (c *DummyController) SetCounter(value int)
- func (c *DummyController) SetMessage(value string)
- func (c *DummyController) SetReferences(references refer.IReferences)
Constants ¶
This section is empty.
Variables ¶
View Source
var ControllerDescriptor = refer.NewDescriptor("pip-services-dummies", "controller", "default", "*", "1.0")
Functions ¶
func NewDummyFactory ¶
func NewDummyProcess ¶
func NewDummyProcess() *container.ProcessContainer
Types ¶
type DummyController ¶
type DummyController struct {
// contains filtered or unexported fields
}
func NewDummyController ¶
func NewDummyController() *DummyController
func (*DummyController) Close ¶
func (c *DummyController) Close(correlationId string) error
func (*DummyController) Configure ¶
func (c *DummyController) Configure(config *config.ConfigParams)
func (*DummyController) Counter ¶
func (c *DummyController) Counter() int
func (*DummyController) IsOpen ¶
func (c *DummyController) IsOpen() bool
func (*DummyController) Message ¶
func (c *DummyController) Message() string
func (*DummyController) Notify ¶
func (c *DummyController) Notify(correlationId string, args *run.Parameters)
func (*DummyController) Open ¶
func (c *DummyController) Open(correlationId string) error
func (*DummyController) SetCounter ¶
func (c *DummyController) SetCounter(value int)
func (*DummyController) SetMessage ¶
func (c *DummyController) SetMessage(value string)
func (*DummyController) SetReferences ¶
func (c *DummyController) SetReferences(references refer.IReferences)
Click to show internal directories.
Click to hide internal directories.