Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶ added in v0.26.0
type AuthConfig struct { Enable bool `yaml:"enable"` RBACInternalServerAddr string `yaml:"rbacInternalServerAddr"` }
AuthConfig is the authentication configuration.
func (*AuthConfig) Validate ¶ added in v0.26.0
func (c *AuthConfig) Validate() error
Validate validates the configuration.
type Config ¶
type Config struct { GRPCPort int `yaml:"grpcPort"` HTTPPort int `yaml:"httpPort"` MonitoringPort int `yaml:"monitoringPort"` OllamaServerAddr string `yaml:"ollamaServerAddr"` AuthConfig AuthConfig `yaml:"auth"` }
Config is the configuration.
Click to show internal directories.
Click to hide internal directories.