Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { NatsAddress string `envconfig:"NATS_ADDRESS"` NatsToken string `envconfig:"NATS_TOKEN"` Port int `envconfig:"PORT"` StreamName string `envconfig:"STREAM_NAME"` DBAddress string `envconfig:"DB_ADDRESS"` TemporalEnabled bool `envconfig:"TEMPORAL_ENABLED default:false"` }
Config will have the configuration details
Click to show internal directories.
Click to hide internal directories.