Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config = *ConfigStruct
type ConfigStruct ¶
type ConfigStruct struct {
ApiPort string `json:"api_port"`
MongoUrl string `json:"mongo_url"`
MongoTable string `json:"mongo_table"`
MongoCollection string `json:"mongo_collection"`
ProcessEndpoint string `json:"process_endpoint"`
LogLevel string `json:"log_level"`
// contains filtered or unexported fields
}
func (*ConfigStruct) GetLogger ¶ added in v0.0.5
func (this *ConfigStruct) GetLogger() *slog.Logger
Click to show internal directories.
Click to hide internal directories.