package
Version:
v0.2.0-alpha.1
Opens a new window with list of versions in this module.
Published: Nov 28, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MustReturn[T any](t T, err error) T
func Pointer[T any](t T) *T
type Config struct {
EnableLeaderElection bool `env:"ENABLE_LEADER_ELECTION" envDefault:"false"`
SyncPeriod time.Duration `env:"SYNC_PERIOD" envDefault:"24h"`
WatcherRefreshPeriod time.Duration `env:"WATCHER_REFRESH_PERIOD" envDefault:"15s"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.