package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Apr 14, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Admin struct {
Username string `mapstructure:"username" yaml:"username" mask:""`
Password string `mapstructure:"password" yaml:"password" mask:""`
}
type Service struct {
Admin Admin `mapstructure:"admin" yaml:"admin"`
ErrAttemptLimit int `mapstructure:"errAttemptLimit" yaml:"errAttemptLimit"`
Kafka conf.Transport `mapstructure:"kafka" yaml:"kafka"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.