package
Version:
v0.0.42
Opens a new window with list of versions in this module.
Published: Nov 8, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Builder struct {
Config Config `validate:"required"`
Pipelines Pipelines `validate:"required"`
Log *slog.Logger `validate:"required"`
}
type Config struct {
Users []string ``
Interval time.Duration `yaml:"interval,omitempty" default:"30m" doc:"Интервал синхронизации."`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.