Documentation ¶
Index ¶
- type CamundaMock
- type Repo
- func (this *Repo) RegisterAspectNode(aspect model.AspectNode) (err error)
- func (this *Repo) RegisterCharacteristic(characteristic model.Characteristic) (err error)
- func (this *Repo) RegisterConcept(concept model.Concept) (err error)
- func (this *Repo) RegisterConceptIds(ids []string) (err error)
- func (this *Repo) RegisterDefaults() (err error)
- func (this *Repo) RegisterDevice(device model.Device) (err error)
- func (this *Repo) RegisterDeviceGroup(group model.DeviceGroup) error
- func (this *Repo) RegisterDeviceType(deviceType model.DeviceType) (err error)
- func (this *Repo) RegisterListFunctions(functionInfos []model.Function) (err error)
- func (this *Repo) RegisterProtocol(protocol model.Protocol) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CamundaMock ¶
type CamundaMock struct { CompleteRequests map[string][]interface{} StopRequests map[string][]interface{} UnexpectedRequests map[string][]interface{} Server *httptest.Server // contains filtered or unexported fields }
func NewCamundaMock ¶
func NewCamundaMock(ctx context.Context, fetchResponses []interface{}) (mock *CamundaMock)
func (*CamundaMock) Start ¶
func (this *CamundaMock) Start(ctx context.Context)
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
func NewFallbackFile ¶
func (*Repo) RegisterAspectNode ¶
func (this *Repo) RegisterAspectNode(aspect model.AspectNode) (err error)
func (*Repo) RegisterCharacteristic ¶
func (this *Repo) RegisterCharacteristic(characteristic model.Characteristic) (err error)
func (*Repo) RegisterConceptIds ¶
func (*Repo) RegisterDefaults ¶
func (*Repo) RegisterDeviceGroup ¶
func (this *Repo) RegisterDeviceGroup(group model.DeviceGroup) error
func (*Repo) RegisterDeviceType ¶
func (this *Repo) RegisterDeviceType(deviceType model.DeviceType) (err error)
func (*Repo) RegisterListFunctions ¶
Click to show internal directories.
Click to hide internal directories.