Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Front50 ¶
type Front50 struct {
Service
StorageBucket string `json:"storage_bucket,omitempty" mapstructure:"storage_bucket"`
StoragePrefix string `json:"rootFolder,omitempty" mapstructure:"rootFolder"`
S3 struct {
Enabled bool `json:"enabled,omitempty" mapstructure:"enabled"`
} `json:"s3,omitempty" mapstructure:"s3"`
GCS struct {
Enabled bool `json:"enabled,omitempty" mapstructure:"enabled"`
} `json:"gcs,omitempty" mapstructure:"gcs"`
}
Front50 service settings.
type Service ¶
type Service struct {
Enabled bool `json:"enabled,omitempty" mapstructure:"enabled"`
BaseURL string `json:"baseUrl,omitempty" mapstructure:"baseUrl"`
}
Service such as Fiat, Orca, Deck, Gate, etc.
Click to show internal directories.
Click to hide internal directories.