package
Version:
v0.1.2-rc.1
Opens a new window with list of versions in this module.
Published: Jan 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AmqpConfig struct {
Topic string `fig:"topic,required"`
Publisher string `fig:"publisher,required"`
Subscriber string `fig:"subscriber,required"`
Orchestrator string `fig:"orchestrator,required"`
Unverified string `fig:"unverified,required"`
}
type JwtCfg struct {
Secret string `figure:"secret"`
RefreshLife string `figure:"refresh_life"`
AccessLife string `figure:"access_life"`
}
type MailCfg struct {
Subject string `figure:"subject,required"`
}
type RateLimitCfg struct {
RequestsAmount int64 `fig:"requests_amount,required"`
TimeLimit time.Duration `fig:"time_limit,required"`
}
type RegistratorConfig struct {
OuterUrl string `fig:"outer_url,required"`
InnerUrl string `fig:"inner_url,required"`
Title string `fig:"title,required"`
Topic string `fig:"topic,required"`
Prefix string `fig:"prefix,required"`
IsModule bool `fig:"is_module,required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.