Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct { Enable bool `yaml:"enable"` RBACInternalServerAddr string `yaml:"rbacInternalServerAddr"` }
AuthConfig is the authentication configuration.
type Config ¶
type Config struct { GRPCPort int `yaml:"grpcPort"` HTTPPort int `yaml:"httpPort"` WorkerServiceGRPCPort int `yaml:"workerServiceGrpcPort"` InternalGRPCPort int `yaml:"internalGrpcPort"` Database db.Config `yaml:"database"` Debug DebugConfig `yaml:"debug"` AuthConfig AuthConfig `yaml:"auth"` DefaultCluster DefaultClusterConfig `yaml:"defaultCluster"` }
Config is the configuration.
type DebugConfig ¶
type DebugConfig struct { Standalone bool `yaml:"standalone"` SqlitePath string `yaml:"sqlitePath"` }
DebugConfig is the debug configuration.
type DefaultClusterConfig ¶ added in v0.3.0
type DefaultClusterConfig struct { Name string `yaml:"name"` RegistrationKey string `yaml:"registrationKey"` TenantID string `yaml:"tenantId"` }
DefaultClusterConfig is the default cluster configuration.
Click to show internal directories.
Click to hide internal directories.