The highest tagged major version is
v2.
package
Version:
v1.0.4-beta.2
Opens a new window with list of versions in this module.
Published: Mar 24, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
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
Nats *nats.Conn
Js nats.JetStreamContext
}
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.