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
JwtExpiresIn time.Duration
ServerAddr string
ContainerdSocketPath string
ContainerBackend string // "containerd" or "apple"
}
func ProvideRuntimeConfig ¶
func ProvideRuntimeConfig(cfg config.Config) (*RuntimeConfig, error)
Click to show internal directories.
Click to hide internal directories.