Documentation
¶
Overview ¶
SPDX-License-Identifier: Apache-2.0 Copyright © 2022 Roberto Hidalgo <nidito@un.rob.mx>
SPDX-License-Identifier: Apache-2.0 Copyright © 2022 Roberto Hidalgo <nidito@un.rob.mx>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TZ *time.Location = time.UTC
Functions ¶
Types ¶
type Config ¶
type Config struct {
Name string `yaml:"name"`
Adapter map[string]any `yaml:"adapter"`
HTTP *HTTPConfig `yaml:"http"`
WebPush *push.Config `yaml:"push"`
Timezone string `yaml:"timezone"`
DB string `yaml:"db"`
}
func ConfigDefaults ¶
type HTTPConfig ¶
Click to show internal directories.
Click to hide internal directories.