Documentation ¶
Index ¶
Constants ¶
View Source
const ErrorSsoNotSupported = "OpenVPN Client does not support SSO authentication via webauth"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v1.0.0
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SendCommand ¶ added in v1.0.0
SendCommand passes command to a given connection (adds logging and EOL character) and returns the response
type ClientConnection ¶ added in v1.0.0
func NewClientConnection ¶ added in v1.0.0
func NewClientConnection(message string) (*ClientConnection, error)
Click to show internal directories.
Click to hide internal directories.