Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth0 ¶
type Auth0 struct { Domain string `json:"domain"` // Auth0 domain ClientID string `json:"client_id"` // Auth0 client ID ClientSecret string `json:"client_secret"` // Auth0 client secret Connection string `json:"connection"` // Auth0 connection name UserPID string `json:"user_pid"` // Auth0 user ID of user to export UserEmail string `json:"user_email"` // Auth0 email name of user to export InclRoles bool `json:"incl_roles"` // Auth0 include roles in export }
type Config ¶
type Config struct { Gateway *Gateway `json:"gateway"` // gateway settings Directory *Directory `json:"directory"` // target directory settings Auth0 *Auth0 `json:"auth0"` // source auth0 settings Loader *Loader `json:"loader"` // ds-load* settings Scheduler *Scheduler `json:"scheduler"` // scheduler settings }
Click to show internal directories.
Click to hide internal directories.