Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MissingVariableUsage = errors.New("missing variable")
Functions ¶
This section is empty.
Types ¶
type Criteria ¶
type Criteria struct { Interaction *Interaction `json:"interaction" bson:"interaction"` FunctionId *string `json:"function_id" bson:"function_id"` DeviceClassId *string `json:"device_class_id" bson:"device_class_id"` AspectId *string `json:"aspect_id" bson:"aspect_id"` }
type Interaction ¶
type Interaction string
const ( EVENT Interaction = "event" REQUEST Interaction = "request" EVENT_AND_REQUEST Interaction = "event+request" )
type SmartServiceParameter ¶
type SmartServiceParameters ¶
type SmartServiceParameters []SmartServiceParameter
type SmartServiceRepo ¶
type SmartServiceRepo interface { GetInstanceUser(instanceId string) (userId string, err error) UseModuleDeleteInfo(info lib_model.ModuleDeleteInfo) error ListExistingModules(processInstanceId string, query lib_model.ModulQuery) (result []lib_model.SmartServiceModule, err error) GetSmartServiceInstance(processInstanceId string) (result lib_model.SmartServiceInstance, err error) }
Click to show internal directories.
Click to hide internal directories.