Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct {
// contains filtered or unexported fields
}
func New ¶
func New(config Config, libConfig configuration.Config, repo SmartServiceRepo) *Info
type SmartServiceRepo ¶
type SmartServiceRepo interface { GetInstanceUser(instanceId string) (userId string, err error) UseModuleDeleteInfo(info model.ModuleDeleteInfo) error ListExistingModules(processInstanceId string, query model.ModulQuery) (result []model.SmartServiceModule, err error) }
Click to show internal directories.
Click to hide internal directories.