Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationConfig ¶
type ApplicationConfig struct {
Port int `koanf:"port"`
}
type Config ¶
type Config struct { Application ApplicationConfig `koanf:"application"` AuthConfig authservice.Config `koanf:"auth_config"` InternalBrokerConfig InternalBrokerConfig `koanf:"internal_broker_config"` ScyllaDBConfig scylladb.Config `koanf:"scylla_db_config"` }
type InternalBrokerConfig ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is a authservice to config pipelines/connections.
func New ¶
func New(repo Repository) Manager
type Repository ¶
type Repository interface{}
Click to show internal directories.
Click to hide internal directories.