package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Jun 14, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type HttpOption struct {
Url string `msgpack:"url"`
Headers map[string]string `msgpack:"headers"`
Body map[string]interface{} `msgpack:"body"`
}
type Job struct {
Mode string `msgpack:"mode"`
Spec string `msgpack:"spec"`
Option Option `msgpack:"option"`
State `msgpack:"state"`
}
type State struct {
Next time.Time `msgpack:"next"`
Prev time.Time `msgpack:"prev"`
}
type Values struct {
Debug bool `yaml:"debug"`
Namespace string `yaml:"namespace"`
Nats struct {
Hosts []string `yaml:"hosts"`
Nkey string `yaml:"nkey"`
} `yaml:"nats"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.