Documentation
¶
Index ¶
- Constants
- Variables
- func API(l *zap.Logger) cli.Command
- func FileReceive(l *zap.Logger) cli.Command
- func FileSend(l *zap.Logger) cli.Command
- func Join(l *zap.Logger) cli.Command
- func Main(l *zap.Logger) func(c *cli.Context) error
- func MainFlags() []cli.Flag
- func ServiceAdd(l *zap.Logger) cli.Command
- func ServiceConnect(l *zap.Logger) cli.Command
Constants ¶
View Source
const Copyright string = `` /* 183-byte string literal not displayed */
Variables ¶
View Source
var CommonFlags []cli.Flag = []cli.Flag{ &cli.StringFlag{ Name: "config", Usage: "Specify a path to a edgevpn config file", EnvVar: "EDGEVPNCONFIG", }, &cli.StringFlag{ Name: "token", Usage: "Specify an edgevpn token in place of a config file", EnvVar: "EDGEVPNTOKEN", }}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.