Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client = &cobra.Command{ Use: "client", Short: "openvpn-warder CLI", Long: "The API CLI of openvpn-warder server", Run: func(cmd *cobra.Command, args []string) { c := config.NewClient() err := c.LoadFromFilePath(flagConfig) if err != nil { check.ErrorForExit(constants.Name, err) return } }, }
Client respresent openvpn-warder client app.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.