![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v1.1.0-beta.1
Opens a new window with list of versions in this module.
Published: Apr 19, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Inject struct {
Values *Values
Log *zap.Logger
Js nats.JetStreamContext
Store nats.ObjectStore
}
type LogSystem struct {
Type string `yaml:"type"`
Option map[string]interface{} `yaml:"option"`
}
type Nats struct {
Hosts []string `yaml:"hosts"`
Nkey string `yaml:"nkey"`
}
type Values struct {
Namespace string `yaml:"namespace"`
Debug bool `yaml:"debug"`
Nats Nats `yaml:"nats"`
LogSystem LogSystem `yaml:"log_system"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.