package
Version:
v0.0.0-...-302cdf8
Opens a new window with list of versions in this module.
Published: Oct 25, 2023
License: MIT
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cli struct {
Run Run `cmd:"" default:""`
Init Init `cmd:""`
}
type Run struct {
Log cli.LogOptions `embed:""`
Nats cli.NatsOptions `embed:""`
ListenAddr string `short:"l" env:"LISTEN_ADDR" default:"localhost:5000"`
MetricsAddr string `short:"m" env:"METRICS_ADDR" default:"localhost:5050"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.