Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
ServiceName string
LogLevel string
HTTPPort string
Postgres PostgresConfigs
Kafka KafkaConfig
Daraja DarajaConfig
Quikk QuikkConfig
}
type DarajaConfig ¶
type DarajaConfig struct {
Endpoint string
}
type KafkaConfig ¶
type KafkaConfig struct {
Host string
}
type PostgresConfigs ¶
type QuikkConfig ¶
type QuikkConfig struct {
Endpoint string
}
Click to show internal directories.
Click to hide internal directories.