client

package
v0.0.0-...-6ade924 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	socket.Client
}

Client represents OpenVPN client.

func New

func New(config socket.Config) *Client

New creates new OpenVPN client.

func (*Client) LoadStats

func (c *Client) LoadStats() (*LoadStats, error)

LoadStats LoadStats.

func (*Client) Users

func (c *Client) Users() (Users, error)

Users Users.

func (*Client) Version

func (c *Client) Version() (*Version, error)

Version Version.

type LoadStats

type LoadStats struct {
	NumOfClients int64
	BytesIn      int64
	BytesOut     int64
}

type User

type User struct {
	CommonName     string
	RealAddress    string
	VirtualAddress string
	BytesReceived  int64
	BytesSent      int64
	ConnectedSince int64
	Username       string
}

type Users

type Users []User

type Version

type Version struct {
	Major      int64
	Minor      int64
	Patch      int64
	Management int64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL