Discover Packages
github.com/sunkaimr/data-loom
configs
package
Version:
v0.0.0-...-b81b3d3
Opens a new window with list of versions in this module.
Published: Sep 10, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Job struct {
PolicyCron string `yaml:"policyCron"`
TaskCron string `yaml:"taskCron"`
}
type Jwt struct {
Secret string `yaml:"secret"`
}
type Log struct {
Path string `yaml:"path"`
Level string `yaml:"level"`
MaxSize int `yaml:"maxSize"`
MaxBackups int `yaml:"maxBackups"`
MaxAge int `yaml:"maxAge"`
Compress bool `yaml:"compress"`
}
type Mysql struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
User string `yaml:"user"`
Password string `yaml:"password"`
DataBase string `yaml:"database"`
}
type Server struct {
GinMode string `yaml:"ginMode"`
Port string `yaml:"port"`
ExternalAddr string `yaml:"externalAddr"`
}
type WorkFlow struct {
Driver string `yaml:"driver"`
Argo struct {
URL string `yaml:"url"`
Token string `yaml:"token"`
Templates map[string ]string `yaml:"templates"`
} `yaml:"argo"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.