Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.4.0
type Config struct {
Host string
Port int32
MaxConnections int32
DebugEnabled bool
JWT utils.JWTKeyStoreConfig
ImageAPIURL string
ImageAPIKey string
}
Config defines the configuration for the server
func (*Config) ListenEndpoint ¶ added in v0.4.0
ListenEndpoint builds the endpoint string (host + port)
func (*Config) SchemaVersionedEndpoint ¶ added in v0.4.0
SchemaVersionedEndpoint builds the schema endpoint string (schema + host + port + version + path)
Click to show internal directories.
Click to hide internal directories.