Introduce nats client

Initially submit every job received via rest on NATS
This commit is contained in:
2025-02-17 17:26:51 +01:00
parent cbc49669d0
commit a5fdccc764
4 changed files with 130 additions and 30 deletions

View File

@@ -148,6 +148,9 @@ type ProgramConfig struct {
// redirect every request incoming at port 80 to that url.
RedirectHttpTo string `json:"redirect-http-to"`
SinkConfigFile string `json:"sink-config-file"`
RecvConfigFile string `json:"recv-config-file"`
// If overwritten, at least all the options in the defaults below must
// be provided! Most options here can be overwritten by the user.
UiDefaults map[string]interface{} `json:"ui-defaults"`