Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeConfig ¶
type RuntimeConfig struct {
JwtSecret string `json:"-"`
JwtExpiresIn time.Duration
ServerAddr string
ContainerdSocketPath string
ContainerBackend string // "docker", "containerd", or "apple"
Timezone string
TimezoneLocation *time.Location
}
func ProvideRuntimeConfig ¶
func ProvideRuntimeConfig(cfg config.Config) (*RuntimeConfig, error)
Click to show internal directories.
Click to hide internal directories.