package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 3, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 13
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"`
Orchestrator string `fig:"orchestrator,required"`
Unverified string `fig:"unverified,required"`
Publisher string `fig:"publisher,required"`
Subscriber string `fig:"subscriber,required"`
}
type GithubCfg struct {
SuperToken string `json:"super_token"`
UsualToken string `json:"usual_token"`
}
type JwtCfg struct {
Secret string `figure:"secret"`
RefreshLife string `figure:"refresh_life"`
AccessLife string `figure:"access_life"`
}
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.