Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DatabaseConfig ServerConfig MultihandedBanditConfig QueueConfig }
type DatabaseConfig ¶
type DatabaseConfig struct {
DSN string
}
type MultihandedBanditConfig ¶
type MultihandedBanditConfig struct {
EGreedValue float64
}
type QueueConfig ¶
type QueueConfig struct {
BrokerAddress string
}
type ServerConfig ¶
type ServerConfig struct {
Port string
}
Click to show internal directories.
Click to hide internal directories.