Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KonnectorMessage ¶
type KonnectorMessage struct { Account string `json:"account"` // Account is the identifier of the account Konnector string `json:"konnector"` // Konnector is the slug of the konnector FolderToSave string `json:"folder_to_save"` // FolderToSave is the identifier of the folder BIWebhook bool `json:"bi_webhook,omitempty"` AccountDeleted bool `json:"account_deleted,omitempty"` // contains filtered or unexported fields }
KonnectorMessage is the message structure sent to the konnector worker.
func (*KonnectorMessage) ToJSON ¶
func (m *KonnectorMessage) ToJSON() string
ToJSON returns a JSON reprensation of the KonnectorMessage
type ServiceOptions ¶
type ServiceOptions struct { Slug string `json:"slug"` Name string `json:"name"` File string `json:"service_file"` Message *ServiceOptions `json:"message"` }
ServiceOptions contains the options to execute a service.
Click to show internal directories.
Click to hide internal directories.