Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NatsFlags = []cli.Flag{ &cli.StringFlag{ Name: "nats-url", Usage: "the nats url to connect to", Value: "tls://connect.ngs.global", EnvVars: []string{"NATS_URL"}, }, &cli.StringFlag{ Name: "nats-user-jwt", Usage: "the nats user jwt", EnvVars: []string{"NATS_USER_JWT"}, }, &cli.StringFlag{ Name: "nats-user-seed", Usage: "the nats user seed", EnvVars: []string{"NATS_USER_SEED"}, }, &cli.StringFlag{ Name: "nats-user-creds", Usage: "the nats user creds file", EnvVars: []string{"NATS_USER_CREDS"}, }, }
Functions ¶
func ConnectNats ¶
func ParseNatsFlags ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.