package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Dec 15, 2023
License: Apache-2.0
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
¶
type Broker struct {
Sort string `json:"sort" yaml:"sort"`
Host string `json:"host" yaml:"host"`
}
type Config struct {
Db string `yaml:"db"`
Notifier string `yaml:"notifier"`
Port string `yaml:"port,omitempty"`
JobParams JobParams `yaml:"jobParams"`
}
type JobParams struct {
Brokers []Broker `yaml:"brokers"`
Registry Registry `yaml:"registry,omitempty"`
Image string `yaml:"image"`
}
type Registry struct {
Sort string `json:"sort" yaml:"sort"`
Uri string `json:"uri" yaml:"uri"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.