manager

package
v0.0.0-...-834ce46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 2 Imported by: 0

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 InternalBrokerConfig struct {
	ChannelSize    int `koanf:"channel_size"`
	MaxRetryPolicy int `koanf:"max_retry_policy"`
}

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{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL