Documentation ¶
Index ¶
- type AuthClientWrapper
- func (w AuthClientWrapper) ListLocations(country string) error
- func (w AuthClientWrapper) Login(email string, password string) error
- func (w AuthClientWrapper) Logout() error
- func (w AuthClientWrapper) Register(email string, password string) error
- func (w AuthClientWrapper) SetLocation(location forestvpn_api.Location, includeHostIP bool) error
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthClientWrapper ¶
type AuthClientWrapper struct { AuthClient auth.AuthClient ApiClient api.ApiClientWrapper }
func (AuthClientWrapper) ListLocations ¶
func (w AuthClientWrapper) ListLocations(country string) error
func (AuthClientWrapper) Login ¶
func (w AuthClientWrapper) Login(email string, password string) error
func (AuthClientWrapper) Logout ¶
func (w AuthClientWrapper) Logout() error
func (AuthClientWrapper) Register ¶
func (w AuthClientWrapper) Register(email string, password string) error
func (AuthClientWrapper) SetLocation ¶
func (w AuthClientWrapper) SetLocation(location forestvpn_api.Location, includeHostIP bool) error
Click to show internal directories.
Click to hide internal directories.