Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Imports ¶
type Imports struct {
// contains filtered or unexported fields
}
func New ¶
func New(config Config, libConfig configuration.Config, auth *auth.Auth, smartServiceRepo SmartServiceRepo) *Imports
type Instance ¶
type Instance struct { Id string `json:"id"` Name string `json:"name"` ImportTypeId string `json:"import_type_id"` Image string `json:"image"` KafkaTopic string `json:"kafka_topic"` Configs []InstanceConfig `json:"configs"` Restart *bool `json:"restart"` ServiceId string `json:"-"` Owner string `json:"-"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` Generated bool `json:"generated"` }
type InstanceConfig ¶
type SmartServiceRepo ¶
Click to show internal directories.
Click to hide internal directories.