SYMBOL INDEX (1032 symbols across 48 files) FILE: cloudflare/api.go constant ApiUrl (line 16) | ApiUrl = "https://api.cloudflareclient.com" constant ApiVersion (line 17) | ApiVersion = "v0a1922" function MakeApiClient (line 43) | func MakeApiClient(authToken *string) *openapi.APIClient { function Register (line 60) | func Register(publicKey *wireguard.Key, deviceModel string) (*openapi.Re... type SourceDevice (line 76) | type SourceDevice function GetSourceDevice (line 78) | func GetSourceDevice(ctx *config.Context) (*SourceDevice, error) { function globalClientAuth (line 85) | func globalClientAuth(authToken string) *openapi.APIClient { type Account (line 92) | type Account function GetAccount (line 94) | func GetAccount(ctx *config.Context) (*Account, error) { function UpdateLicenseKey (line 102) | func UpdateLicenseKey(ctx *config.Context) (*openapi.UpdateAccount200Res... type BoundDevice (line 114) | type BoundDevice function GetBoundDevices (line 116) | func GetBoundDevices(ctx *config.Context) ([]BoundDevice, error) { function GetSourceBoundDevice (line 130) | func GetSourceBoundDevice(ctx *config.Context) (*BoundDevice, error) { function UpdateSourceBoundDeviceName (line 138) | func UpdateSourceBoundDeviceName(ctx *config.Context, targetDeviceId str... function UpdateSourceBoundDeviceActive (line 144) | func UpdateSourceBoundDeviceActive(ctx *config.Context, targetDeviceId s... function updateSourceBoundDevice (line 150) | func updateSourceBoundDevice(ctx *config.Context, targetDeviceId string,... function DeleteBoundDevice (line 165) | func DeleteBoundDevice(ctx *config.Context, targetDeviceId string) error { FILE: cloudflare/util.go function FindDevice (line 7) | func FindDevice(devices []BoundDevice, deviceId string) (*BoundDevice, e... FILE: cmd/generate/generate.go function init (line 27) | func init() { function generateProfile (line 31) | func generateProfile() error { FILE: cmd/register/register.go function init (line 32) | func init() { function registerAccount (line 39) | func registerAccount() error { function checkTOS (line 92) | func checkTOS() error { FILE: cmd/root.go function Execute (line 34) | func Execute() error { function init (line 38) | func init() { function initConfig (line 50) | func initConfig() { function initConfigDefaults (line 62) | func initConfigDefaults() { FILE: cmd/shared/shared.go function RunCommandFatal (line 23) | func RunCommandFatal(cmd func() error) { function FormatMessage (line 34) | func FormatMessage(shortMessage string, longMessage string) string { function isConfigValidAccount (line 50) | func isConfigValidAccount() bool { function EnsureConfigValidAccount (line 56) | func EnsureConfigValidAccount() error { function EnsureNoExistingAccount (line 64) | func EnsureNoExistingAccount() error { function CreateContext (line 72) | func CreateContext() *config.Context { function PrintAccountDetails (line 81) | func PrintAccountDetails(account *cloudflare.Account, boundDevices []clo... function SetDeviceName (line 119) | func SetDeviceName(ctx *config.Context, deviceName string) (*cloudflare.... FILE: cmd/status/status.go function init (line 21) | func init() { function status (line 24) | func status() error { FILE: cmd/trace/trace.go function init (line 29) | func init() { function trace (line 32) | func trace() error { FILE: cmd/update/update.go function init (line 34) | func init() { function updateAccount (line 42) | func updateAccount() error { FILE: config/config.go constant DeviceId (line 4) | DeviceId = "device_id" constant AccessToken (line 5) | AccessToken = "access_token" constant PrivateKey (line 6) | PrivateKey = "private_key" constant LicenseKey (line 7) | LicenseKey = "license_key" type Context (line 10) | type Context struct FILE: main.go function main (line 11) | func main() { FILE: openapi/api_default.go type DefaultAPIService (line 24) | type DefaultAPIService method DeleteBoundDevice (line 47) | func (a *DefaultAPIService) DeleteBoundDevice(ctx context.Context, sou... method DeleteBoundDeviceExecute (line 58) | func (a *DefaultAPIService) DeleteBoundDeviceExecute(r ApiDeleteBoundD... method GetAccount (line 143) | func (a *DefaultAPIService) GetAccount(ctx context.Context, sourceDevi... method GetAccountExecute (line 154) | func (a *DefaultAPIService) GetAccountExecute(r ApiGetAccountRequest) ... method GetBoundDevices (line 248) | func (a *DefaultAPIService) GetBoundDevices(ctx context.Context, sourc... method GetBoundDevicesExecute (line 259) | func (a *DefaultAPIService) GetBoundDevicesExecute(r ApiGetBoundDevice... method GetClientConfig (line 351) | func (a *DefaultAPIService) GetClientConfig(ctx context.Context, apiVe... method GetClientConfigExecute (line 361) | func (a *DefaultAPIService) GetClientConfigExecute(r ApiGetClientConfi... method GetSourceDevice (line 454) | func (a *DefaultAPIService) GetSourceDevice(ctx context.Context, apiVe... method GetSourceDeviceExecute (line 465) | func (a *DefaultAPIService) GetSourceDeviceExecute(r ApiGetSourceDevic... method Register (line 563) | func (a *DefaultAPIService) Register(ctx context.Context, apiVersion s... method RegisterExecute (line 573) | func (a *DefaultAPIService) RegisterExecute(r ApiRegisterRequest) (*Re... method ResetAccountLicense (line 668) | func (a *DefaultAPIService) ResetAccountLicense(ctx context.Context, s... method ResetAccountLicenseExecute (line 679) | func (a *DefaultAPIService) ResetAccountLicenseExecute(r ApiResetAccou... method UpdateAccount (line 779) | func (a *DefaultAPIService) UpdateAccount(ctx context.Context, sourceD... method UpdateAccountExecute (line 790) | func (a *DefaultAPIService) UpdateAccountExecute(r ApiUpdateAccountReq... method UpdateBoundDevice (line 894) | func (a *DefaultAPIService) UpdateBoundDevice(ctx context.Context, sou... method UpdateBoundDeviceExecute (line 906) | func (a *DefaultAPIService) UpdateBoundDeviceExecute(r ApiUpdateBoundD... method UpdateSourceDevice (line 1009) | func (a *DefaultAPIService) UpdateSourceDevice(ctx context.Context, ap... method UpdateSourceDeviceExecute (line 1020) | func (a *DefaultAPIService) UpdateSourceDeviceExecute(r ApiUpdateSourc... type ApiDeleteBoundDeviceRequest (line 26) | type ApiDeleteBoundDeviceRequest struct method Execute (line 34) | func (r ApiDeleteBoundDeviceRequest) Execute() (*http.Response, error) { type ApiGetAccountRequest (line 124) | type ApiGetAccountRequest struct method Execute (line 131) | func (r ApiGetAccountRequest) Execute() (*Account, *http.Response, err... type ApiGetBoundDevicesRequest (line 229) | type ApiGetBoundDevicesRequest struct method Execute (line 236) | func (r ApiGetBoundDevicesRequest) Execute() ([]BoundDevice, *http.Res... type ApiGetClientConfigRequest (line 334) | type ApiGetClientConfigRequest struct method Execute (line 340) | func (r ApiGetClientConfigRequest) Execute() (*GetClientConfig200Respo... type ApiGetSourceDeviceRequest (line 435) | type ApiGetSourceDeviceRequest struct method Execute (line 442) | func (r ApiGetSourceDeviceRequest) Execute() (*GetSourceDevice200Respo... type ApiRegisterRequest (line 540) | type ApiRegisterRequest struct method RegisterRequest (line 547) | func (r ApiRegisterRequest) RegisterRequest(registerRequest RegisterRe... method Execute (line 552) | func (r ApiRegisterRequest) Execute() (*Register200Response, *http.Res... type ApiResetAccountLicenseRequest (line 649) | type ApiResetAccountLicenseRequest struct method Execute (line 656) | func (r ApiResetAccountLicenseRequest) Execute() (*ResetAccountLicense... type ApiUpdateAccountRequest (line 754) | type ApiUpdateAccountRequest struct method UpdateAccountRequest (line 762) | func (r ApiUpdateAccountRequest) UpdateAccountRequest(updateAccountReq... method Execute (line 767) | func (r ApiUpdateAccountRequest) Execute() (*UpdateAccount200Response,... type ApiUpdateBoundDeviceRequest (line 867) | type ApiUpdateBoundDeviceRequest struct method UpdateBoundDeviceRequest (line 876) | func (r ApiUpdateBoundDeviceRequest) UpdateBoundDeviceRequest(updateBo... method Execute (line 881) | func (r ApiUpdateBoundDeviceRequest) Execute() ([]BoundDevice, *http.R... type ApiUpdateSourceDeviceRequest (line 984) | type ApiUpdateSourceDeviceRequest struct method UpdateSourceDeviceRequest (line 992) | func (r ApiUpdateSourceDeviceRequest) UpdateSourceDeviceRequest(update... method Execute (line 997) | func (r ApiUpdateSourceDeviceRequest) Execute() (*UpdateSourceDevice20... FILE: openapi/client.go type APIClient (line 46) | type APIClient struct method callAPI (line 248) | func (c *APIClient) callAPI(request *http.Request) (*http.Response, er... method GetConfig (line 274) | func (c *APIClient) GetConfig() *Configuration { method prepareRequest (line 285) | func (c *APIClient) prepareRequest( method decode (line 429) | func (c *APIClient) decode(v interface{}, b []byte, contentType string... type service (line 55) | type service struct function NewAPIClient (line 61) | func NewAPIClient(cfg *Configuration) *APIClient { function atoi (line 76) | func atoi(in string) (int, error) { function selectHeaderContentType (line 81) | func selectHeaderContentType(contentTypes []string) string { function selectHeaderAccept (line 92) | func selectHeaderAccept(accepts []string) string { function contains (line 105) | func contains(haystack []string, needle string) bool { function typeCheckParameter (line 115) | func typeCheckParameter(obj interface{}, expected string, name string) e... function parameterValueToString (line 128) | func parameterValueToString( obj interface{}, key string ) string { function parameterAddToHeaderOrQuery (line 149) | func parameterAddToHeaderOrQuery(headerOrQueryParams interface{}, keyPre... function parameterToJson (line 239) | func parameterToJson(obj interface{}) (string, error) { type formFile (line 278) | type formFile struct function addFile (line 485) | func addFile(w *multipart.Writer, fieldName, path string) error { function setBody (line 505) | func setBody(body interface{}, contentType string) (bodyBuf *bytes.Buffe... function detectContentType (line 542) | func detectContentType(body interface{}) string { type cacheControl (line 563) | type cacheControl function parseCacheControl (line 565) | func parseCacheControl(headers http.Header) cacheControl { function CacheExpires (line 584) | func CacheExpires(r *http.Response) time.Time { function strlen (line 612) | func strlen(s string) int { type GenericOpenAPIError (line 617) | type GenericOpenAPIError struct method Error (line 624) | func (e GenericOpenAPIError) Error() string { method Body (line 629) | func (e GenericOpenAPIError) Body() []byte { method Model (line 634) | func (e GenericOpenAPIError) Model() interface{} { function formatErrorMessage (line 639) | func formatErrorMessage(status string, v interface{}) string { FILE: openapi/configuration.go type contextKey (line 24) | type contextKey method String (line 26) | func (c contextKey) String() string { type BasicAuth (line 45) | type BasicAuth struct type APIKey (line 51) | type APIKey struct type ServerVariable (line 57) | type ServerVariable struct type ServerConfiguration (line 64) | type ServerConfiguration struct type ServerConfigurations (line 71) | type ServerConfigurations method URL (line 109) | func (sc ServerConfigurations) URL(index int, variables map[string]str... type Configuration (line 74) | type Configuration struct method AddDefaultHeader (line 104) | func (c *Configuration) AddDefaultHeader(key string, value string) { method ServerURL (line 137) | func (c *Configuration) ServerURL(index int, variables map[string]stri... method ServerURLWithContext (line 194) | func (c *Configuration) ServerURLWithContext(ctx context.Context, endp... function NewConfiguration (line 86) | func NewConfiguration() *Configuration { function getServerIndex (line 141) | func getServerIndex(ctx context.Context) (int, error) { function getServerOperationIndex (line 152) | func getServerOperationIndex(ctx context.Context, endpoint string) (int,... function getServerVariables (line 167) | func getServerVariables(ctx context.Context) (map[string]string, error) { function getServerOperationVariables (line 178) | func getServerOperationVariables(ctx context.Context, endpoint string) (... FILE: openapi/model_account.go type Account (line 22) | type Account struct method GetAccountType (line 69) | func (o *Account) GetAccountType() string { method GetAccountTypeOk (line 80) | func (o *Account) GetAccountTypeOk() (*string, bool) { method SetAccountType (line 88) | func (o *Account) SetAccountType(v string) { method GetCreated (line 93) | func (o *Account) GetCreated() string { method GetCreatedOk (line 104) | func (o *Account) GetCreatedOk() (*string, bool) { method SetCreated (line 112) | func (o *Account) SetCreated(v string) { method GetId (line 117) | func (o *Account) GetId() string { method GetIdOk (line 128) | func (o *Account) GetIdOk() (*string, bool) { method SetId (line 136) | func (o *Account) SetId(v string) { method GetLicense (line 141) | func (o *Account) GetLicense() string { method GetLicenseOk (line 152) | func (o *Account) GetLicenseOk() (*string, bool) { method SetLicense (line 160) | func (o *Account) SetLicense(v string) { method GetPremiumData (line 165) | func (o *Account) GetPremiumData() float32 { method GetPremiumDataOk (line 176) | func (o *Account) GetPremiumDataOk() (*float32, bool) { method SetPremiumData (line 184) | func (o *Account) SetPremiumData(v float32) { method GetQuota (line 189) | func (o *Account) GetQuota() float32 { method GetQuotaOk (line 200) | func (o *Account) GetQuotaOk() (*float32, bool) { method SetQuota (line 208) | func (o *Account) SetQuota(v float32) { method GetReferralCount (line 213) | func (o *Account) GetReferralCount() float32 { method GetReferralCountOk (line 224) | func (o *Account) GetReferralCountOk() (*float32, bool) { method SetReferralCount (line 232) | func (o *Account) SetReferralCount(v float32) { method GetReferralRenewalCountdown (line 237) | func (o *Account) GetReferralRenewalCountdown() float32 { method GetReferralRenewalCountdownOk (line 248) | func (o *Account) GetReferralRenewalCountdownOk() (*float32, bool) { method SetReferralRenewalCountdown (line 256) | func (o *Account) SetReferralRenewalCountdown(v float32) { method GetRole (line 261) | func (o *Account) GetRole() string { method GetRoleOk (line 272) | func (o *Account) GetRoleOk() (*string, bool) { method SetRole (line 280) | func (o *Account) SetRole(v string) { method GetUpdated (line 285) | func (o *Account) GetUpdated() string { method GetUpdatedOk (line 296) | func (o *Account) GetUpdatedOk() (*string, bool) { method SetUpdated (line 304) | func (o *Account) SetUpdated(v string) { method GetWarpPlus (line 309) | func (o *Account) GetWarpPlus() bool { method GetWarpPlusOk (line 320) | func (o *Account) GetWarpPlusOk() (*bool, bool) { method SetWarpPlus (line 328) | func (o *Account) SetWarpPlus(v bool) { method GetUsage (line 333) | func (o *Account) GetUsage() float32 { method GetUsageOk (line 343) | func (o *Account) GetUsageOk() (*float32, bool) { method HasUsage (line 351) | func (o *Account) HasUsage() bool { method SetUsage (line 360) | func (o *Account) SetUsage(v float32) { method MarshalJSON (line 364) | func (o Account) MarshalJSON() ([]byte, error) { method ToMap (line 372) | func (o Account) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 396) | func (o *Account) UnmarshalJSON(data []byte) (err error) { type _Account (line 38) | type _Account function NewAccount (line 44) | func NewAccount(accountType string, created string, id string, license s... function NewAccountWithDefaults (line 63) | func NewAccountWithDefaults() *Account { type NullableAccount (line 459) | type NullableAccount struct method Get (line 464) | func (v NullableAccount) Get() *Account { method Set (line 468) | func (v *NullableAccount) Set(val *Account) { method IsSet (line 473) | func (v NullableAccount) IsSet() bool { method Unset (line 477) | func (v *NullableAccount) Unset() { method MarshalJSON (line 486) | func (v NullableAccount) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 490) | func (v *NullableAccount) UnmarshalJSON(src []byte) error { function NewNullableAccount (line 482) | func NewNullableAccount(val *Account) *NullableAccount { FILE: openapi/model_bound_device.go type BoundDevice (line 22) | type BoundDevice struct method GetActivated (line 61) | func (o *BoundDevice) GetActivated() string { method GetActivatedOk (line 72) | func (o *BoundDevice) GetActivatedOk() (*string, bool) { method SetActivated (line 80) | func (o *BoundDevice) SetActivated(v string) { method GetActive (line 85) | func (o *BoundDevice) GetActive() bool { method GetActiveOk (line 96) | func (o *BoundDevice) GetActiveOk() (*bool, bool) { method SetActive (line 104) | func (o *BoundDevice) SetActive(v bool) { method GetCreated (line 109) | func (o *BoundDevice) GetCreated() string { method GetCreatedOk (line 120) | func (o *BoundDevice) GetCreatedOk() (*string, bool) { method SetCreated (line 128) | func (o *BoundDevice) SetCreated(v string) { method GetId (line 133) | func (o *BoundDevice) GetId() string { method GetIdOk (line 144) | func (o *BoundDevice) GetIdOk() (*string, bool) { method SetId (line 152) | func (o *BoundDevice) SetId(v string) { method GetModel (line 157) | func (o *BoundDevice) GetModel() string { method GetModelOk (line 168) | func (o *BoundDevice) GetModelOk() (*string, bool) { method SetModel (line 176) | func (o *BoundDevice) SetModel(v string) { method GetName (line 181) | func (o *BoundDevice) GetName() string { method GetNameOk (line 191) | func (o *BoundDevice) GetNameOk() (*string, bool) { method HasName (line 199) | func (o *BoundDevice) HasName() bool { method SetName (line 208) | func (o *BoundDevice) SetName(v string) { method GetRole (line 213) | func (o *BoundDevice) GetRole() string { method GetRoleOk (line 224) | func (o *BoundDevice) GetRoleOk() (*string, bool) { method SetRole (line 232) | func (o *BoundDevice) SetRole(v string) { method GetType (line 237) | func (o *BoundDevice) GetType() string { method GetTypeOk (line 248) | func (o *BoundDevice) GetTypeOk() (*string, bool) { method SetType (line 256) | func (o *BoundDevice) SetType(v string) { method MarshalJSON (line 260) | func (o BoundDevice) MarshalJSON() ([]byte, error) { method ToMap (line 268) | func (o BoundDevice) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 288) | func (o *BoundDevice) UnmarshalJSON(data []byte) (err error) { type _BoundDevice (line 34) | type _BoundDevice function NewBoundDevice (line 40) | func NewBoundDevice(activated string, active bool, created string, id st... function NewBoundDeviceWithDefaults (line 55) | func NewBoundDeviceWithDefaults() *BoundDevice { type NullableBoundDevice (line 343) | type NullableBoundDevice struct method Get (line 348) | func (v NullableBoundDevice) Get() *BoundDevice { method Set (line 352) | func (v *NullableBoundDevice) Set(val *BoundDevice) { method IsSet (line 357) | func (v NullableBoundDevice) IsSet() bool { method Unset (line 361) | func (v *NullableBoundDevice) Unset() { method MarshalJSON (line 370) | func (v NullableBoundDevice) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 374) | func (v *NullableBoundDevice) UnmarshalJSON(src []byte) error { function NewNullableBoundDevice (line 366) | func NewNullableBoundDevice(val *BoundDevice) *NullableBoundDevice { FILE: openapi/model_config.go type Config (line 22) | type Config struct method GetClientId (line 54) | func (o *Config) GetClientId() string { method GetClientIdOk (line 65) | func (o *Config) GetClientIdOk() (*string, bool) { method SetClientId (line 73) | func (o *Config) SetClientId(v string) { method GetInterface (line 78) | func (o *Config) GetInterface() ConfigInterface { method GetInterfaceOk (line 89) | func (o *Config) GetInterfaceOk() (*ConfigInterface, bool) { method SetInterface (line 97) | func (o *Config) SetInterface(v ConfigInterface) { method GetPeers (line 102) | func (o *Config) GetPeers() []Peer { method GetPeersOk (line 113) | func (o *Config) GetPeersOk() ([]Peer, bool) { method SetPeers (line 121) | func (o *Config) SetPeers(v []Peer) { method GetServices (line 126) | func (o *Config) GetServices() ConfigServices { method GetServicesOk (line 137) | func (o *Config) GetServicesOk() (*ConfigServices, bool) { method SetServices (line 145) | func (o *Config) SetServices(v ConfigServices) { method MarshalJSON (line 149) | func (o Config) MarshalJSON() ([]byte, error) { method ToMap (line 157) | func (o Config) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 171) | func (o *Config) UnmarshalJSON(data []byte) (err error) { type _Config (line 30) | type _Config function NewConfig (line 36) | func NewConfig(clientId string, interface_ ConfigInterface, peers []Peer... function NewConfigWithDefaults (line 48) | func NewConfigWithDefaults() *Config { type NullableConfig (line 219) | type NullableConfig struct method Get (line 224) | func (v NullableConfig) Get() *Config { method Set (line 228) | func (v *NullableConfig) Set(val *Config) { method IsSet (line 233) | func (v NullableConfig) IsSet() bool { method Unset (line 237) | func (v *NullableConfig) Unset() { method MarshalJSON (line 246) | func (v NullableConfig) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 250) | func (v *NullableConfig) UnmarshalJSON(src []byte) error { function NewNullableConfig (line 242) | func NewNullableConfig(val *Config) *NullableConfig { FILE: openapi/model_config_interface.go type ConfigInterface (line 22) | type ConfigInterface struct method GetAddresses (line 48) | func (o *ConfigInterface) GetAddresses() NetworkAddress { method GetAddressesOk (line 59) | func (o *ConfigInterface) GetAddressesOk() (*NetworkAddress, bool) { method SetAddresses (line 67) | func (o *ConfigInterface) SetAddresses(v NetworkAddress) { method MarshalJSON (line 71) | func (o ConfigInterface) MarshalJSON() ([]byte, error) { method ToMap (line 79) | func (o ConfigInterface) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 90) | func (o *ConfigInterface) UnmarshalJSON(data []byte) (err error) { type _ConfigInterface (line 27) | type _ConfigInterface function NewConfigInterface (line 33) | func NewConfigInterface(addresses NetworkAddress) *ConfigInterface { function NewConfigInterfaceWithDefaults (line 42) | func NewConfigInterfaceWithDefaults() *ConfigInterface { type NullableConfigInterface (line 132) | type NullableConfigInterface struct method Get (line 137) | func (v NullableConfigInterface) Get() *ConfigInterface { method Set (line 141) | func (v *NullableConfigInterface) Set(val *ConfigInterface) { method IsSet (line 146) | func (v NullableConfigInterface) IsSet() bool { method Unset (line 150) | func (v *NullableConfigInterface) Unset() { method MarshalJSON (line 159) | func (v NullableConfigInterface) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 163) | func (v *NullableConfigInterface) UnmarshalJSON(src []byte) error { function NewNullableConfigInterface (line 155) | func NewNullableConfigInterface(val *ConfigInterface) *NullableConfigInt... FILE: openapi/model_config_services.go type ConfigServices (line 22) | type ConfigServices struct method GetHttpProxy (line 48) | func (o *ConfigServices) GetHttpProxy() string { method GetHttpProxyOk (line 59) | func (o *ConfigServices) GetHttpProxyOk() (*string, bool) { method SetHttpProxy (line 67) | func (o *ConfigServices) SetHttpProxy(v string) { method MarshalJSON (line 71) | func (o ConfigServices) MarshalJSON() ([]byte, error) { method ToMap (line 79) | func (o ConfigServices) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 90) | func (o *ConfigServices) UnmarshalJSON(data []byte) (err error) { type _ConfigServices (line 27) | type _ConfigServices function NewConfigServices (line 33) | func NewConfigServices(httpProxy string) *ConfigServices { function NewConfigServicesWithDefaults (line 42) | func NewConfigServicesWithDefaults() *ConfigServices { type NullableConfigServices (line 132) | type NullableConfigServices struct method Get (line 137) | func (v NullableConfigServices) Get() *ConfigServices { method Set (line 141) | func (v *NullableConfigServices) Set(val *ConfigServices) { method IsSet (line 146) | func (v NullableConfigServices) IsSet() bool { method Unset (line 150) | func (v *NullableConfigServices) Unset() { method MarshalJSON (line 159) | func (v NullableConfigServices) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 163) | func (v *NullableConfigServices) UnmarshalJSON(src []byte) error { function NewNullableConfigServices (line 155) | func NewNullableConfigServices(val *ConfigServices) *NullableConfigServi... FILE: openapi/model_endpoint.go type Endpoint (line 22) | type Endpoint struct method GetHost (line 52) | func (o *Endpoint) GetHost() string { method GetHostOk (line 63) | func (o *Endpoint) GetHostOk() (*string, bool) { method SetHost (line 71) | func (o *Endpoint) SetHost(v string) { method GetV4 (line 76) | func (o *Endpoint) GetV4() string { method GetV4Ok (line 87) | func (o *Endpoint) GetV4Ok() (*string, bool) { method SetV4 (line 95) | func (o *Endpoint) SetV4(v string) { method GetV6 (line 100) | func (o *Endpoint) GetV6() string { method GetV6Ok (line 111) | func (o *Endpoint) GetV6Ok() (*string, bool) { method SetV6 (line 119) | func (o *Endpoint) SetV6(v string) { method MarshalJSON (line 123) | func (o Endpoint) MarshalJSON() ([]byte, error) { method ToMap (line 131) | func (o Endpoint) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 144) | func (o *Endpoint) UnmarshalJSON(data []byte) (err error) { type _Endpoint (line 29) | type _Endpoint function NewEndpoint (line 35) | func NewEndpoint(host string, v4 string, v6 string) *Endpoint { function NewEndpointWithDefaults (line 46) | func NewEndpointWithDefaults() *Endpoint { type NullableEndpoint (line 190) | type NullableEndpoint struct method Get (line 195) | func (v NullableEndpoint) Get() *Endpoint { method Set (line 199) | func (v *NullableEndpoint) Set(val *Endpoint) { method IsSet (line 204) | func (v NullableEndpoint) IsSet() bool { method Unset (line 208) | func (v *NullableEndpoint) Unset() { method MarshalJSON (line 217) | func (v NullableEndpoint) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 221) | func (v *NullableEndpoint) UnmarshalJSON(src []byte) error { function NewNullableEndpoint (line 213) | func NewNullableEndpoint(val *Endpoint) *NullableEndpoint { FILE: openapi/model_get_client_config_200_response.go type GetClientConfig200Response (line 22) | type GetClientConfig200Response struct method GetCaptivePortal (line 54) | func (o *GetClientConfig200Response) GetCaptivePortal() []GetClientCon... method GetCaptivePortalOk (line 65) | func (o *GetClientConfig200Response) GetCaptivePortalOk() ([]GetClient... method SetCaptivePortal (line 73) | func (o *GetClientConfig200Response) SetCaptivePortal(v []GetClientCon... method GetDenylist (line 78) | func (o *GetClientConfig200Response) GetDenylist() []GetClientConfig20... method GetDenylistOk (line 89) | func (o *GetClientConfig200Response) GetDenylistOk() ([]GetClientConfi... method SetDenylist (line 97) | func (o *GetClientConfig200Response) SetDenylist(v []GetClientConfig20... method GetPremiumDataBytes (line 102) | func (o *GetClientConfig200Response) GetPremiumDataBytes() float32 { method GetPremiumDataBytesOk (line 113) | func (o *GetClientConfig200Response) GetPremiumDataBytesOk() (*float32... method SetPremiumDataBytes (line 121) | func (o *GetClientConfig200Response) SetPremiumDataBytes(v float32) { method GetReferralRewardBytes (line 126) | func (o *GetClientConfig200Response) GetReferralRewardBytes() float32 { method GetReferralRewardBytesOk (line 137) | func (o *GetClientConfig200Response) GetReferralRewardBytesOk() (*floa... method SetReferralRewardBytes (line 145) | func (o *GetClientConfig200Response) SetReferralRewardBytes(v float32) { method MarshalJSON (line 149) | func (o GetClientConfig200Response) MarshalJSON() ([]byte, error) { method ToMap (line 157) | func (o GetClientConfig200Response) ToMap() (map[string]interface{}, e... method UnmarshalJSON (line 171) | func (o *GetClientConfig200Response) UnmarshalJSON(data []byte) (err e... type _GetClientConfig200Response (line 30) | type _GetClientConfig200Response function NewGetClientConfig200Response (line 36) | func NewGetClientConfig200Response(captivePortal []GetClientConfig200Res... function NewGetClientConfig200ResponseWithDefaults (line 48) | func NewGetClientConfig200ResponseWithDefaults() *GetClientConfig200Resp... type NullableGetClientConfig200Response (line 219) | type NullableGetClientConfig200Response struct method Get (line 224) | func (v NullableGetClientConfig200Response) Get() *GetClientConfig200R... method Set (line 228) | func (v *NullableGetClientConfig200Response) Set(val *GetClientConfig2... method IsSet (line 233) | func (v NullableGetClientConfig200Response) IsSet() bool { method Unset (line 237) | func (v *NullableGetClientConfig200Response) Unset() { method MarshalJSON (line 246) | func (v NullableGetClientConfig200Response) MarshalJSON() ([]byte, err... method UnmarshalJSON (line 250) | func (v *NullableGetClientConfig200Response) UnmarshalJSON(src []byte)... function NewNullableGetClientConfig200Response (line 242) | func NewNullableGetClientConfig200Response(val *GetClientConfig200Respon... FILE: openapi/model_get_client_config_200_response_captive_portal_inner.go type GetClientConfig200ResponseCaptivePortalInner (line 22) | type GetClientConfig200ResponseCaptivePortalInner struct method GetName (line 50) | func (o *GetClientConfig200ResponseCaptivePortalInner) GetName() string { method GetNameOk (line 61) | func (o *GetClientConfig200ResponseCaptivePortalInner) GetNameOk() (*s... method SetName (line 69) | func (o *GetClientConfig200ResponseCaptivePortalInner) SetName(v strin... method GetNetworks (line 74) | func (o *GetClientConfig200ResponseCaptivePortalInner) GetNetworks() [... method GetNetworksOk (line 85) | func (o *GetClientConfig200ResponseCaptivePortalInner) GetNetworksOk()... method SetNetworks (line 93) | func (o *GetClientConfig200ResponseCaptivePortalInner) SetNetworks(v [... method MarshalJSON (line 97) | func (o GetClientConfig200ResponseCaptivePortalInner) MarshalJSON() ([... method ToMap (line 105) | func (o GetClientConfig200ResponseCaptivePortalInner) ToMap() (map[str... method UnmarshalJSON (line 117) | func (o *GetClientConfig200ResponseCaptivePortalInner) UnmarshalJSON(d... type _GetClientConfig200ResponseCaptivePortalInner (line 28) | type _GetClientConfig200ResponseCaptivePortalInner function NewGetClientConfig200ResponseCaptivePortalInner (line 34) | func NewGetClientConfig200ResponseCaptivePortalInner(name string, networ... function NewGetClientConfig200ResponseCaptivePortalInnerWithDefaults (line 44) | func NewGetClientConfig200ResponseCaptivePortalInnerWithDefaults() *GetC... type NullableGetClientConfig200ResponseCaptivePortalInner (line 161) | type NullableGetClientConfig200ResponseCaptivePortalInner struct method Get (line 166) | func (v NullableGetClientConfig200ResponseCaptivePortalInner) Get() *G... method Set (line 170) | func (v *NullableGetClientConfig200ResponseCaptivePortalInner) Set(val... method IsSet (line 175) | func (v NullableGetClientConfig200ResponseCaptivePortalInner) IsSet() ... method Unset (line 179) | func (v *NullableGetClientConfig200ResponseCaptivePortalInner) Unset() { method MarshalJSON (line 188) | func (v NullableGetClientConfig200ResponseCaptivePortalInner) MarshalJ... method UnmarshalJSON (line 192) | func (v *NullableGetClientConfig200ResponseCaptivePortalInner) Unmarsh... function NewNullableGetClientConfig200ResponseCaptivePortalInner (line 184) | func NewNullableGetClientConfig200ResponseCaptivePortalInner(val *GetCli... FILE: openapi/model_get_client_config_200_response_captive_portal_inner_networks_inner.go type GetClientConfig200ResponseCaptivePortalInnerNetworksInner (line 22) | type GetClientConfig200ResponseCaptivePortalInnerNetworksInner struct method GetAddress (line 48) | func (o *GetClientConfig200ResponseCaptivePortalInnerNetworksInner) Ge... method GetAddressOk (line 59) | func (o *GetClientConfig200ResponseCaptivePortalInnerNetworksInner) Ge... method SetAddress (line 67) | func (o *GetClientConfig200ResponseCaptivePortalInnerNetworksInner) Se... method MarshalJSON (line 71) | func (o GetClientConfig200ResponseCaptivePortalInnerNetworksInner) Mar... method ToMap (line 79) | func (o GetClientConfig200ResponseCaptivePortalInnerNetworksInner) ToM... method UnmarshalJSON (line 90) | func (o *GetClientConfig200ResponseCaptivePortalInnerNetworksInner) Un... type _GetClientConfig200ResponseCaptivePortalInnerNetworksInner (line 27) | type _GetClientConfig200ResponseCaptivePortalInnerNetworksInner function NewGetClientConfig200ResponseCaptivePortalInnerNetworksInner (line 33) | func NewGetClientConfig200ResponseCaptivePortalInnerNetworksInner(addres... function NewGetClientConfig200ResponseCaptivePortalInnerNetworksInnerWithDefaults (line 42) | func NewGetClientConfig200ResponseCaptivePortalInnerNetworksInnerWithDef... type NullableGetClientConfig200ResponseCaptivePortalInnerNetworksInner (line 132) | type NullableGetClientConfig200ResponseCaptivePortalInnerNetworksInner s... method Get (line 137) | func (v NullableGetClientConfig200ResponseCaptivePortalInnerNetworksIn... method Set (line 141) | func (v *NullableGetClientConfig200ResponseCaptivePortalInnerNetworksI... method IsSet (line 146) | func (v NullableGetClientConfig200ResponseCaptivePortalInnerNetworksIn... method Unset (line 150) | func (v *NullableGetClientConfig200ResponseCaptivePortalInnerNetworksI... method MarshalJSON (line 159) | func (v NullableGetClientConfig200ResponseCaptivePortalInnerNetworksIn... method UnmarshalJSON (line 163) | func (v *NullableGetClientConfig200ResponseCaptivePortalInnerNetworksI... function NewNullableGetClientConfig200ResponseCaptivePortalInnerNetworksInner (line 155) | func NewNullableGetClientConfig200ResponseCaptivePortalInnerNetworksInne... FILE: openapi/model_get_client_config_200_response_denylist_inner.go type GetClientConfig200ResponseDenylistInner (line 22) | type GetClientConfig200ResponseDenylistInner struct method GetAndroidPackages (line 52) | func (o *GetClientConfig200ResponseDenylistInner) GetAndroidPackages()... method GetAndroidPackagesOk (line 62) | func (o *GetClientConfig200ResponseDenylistInner) GetAndroidPackagesOk... method HasAndroidPackages (line 70) | func (o *GetClientConfig200ResponseDenylistInner) HasAndroidPackages()... method SetAndroidPackages (line 79) | func (o *GetClientConfig200ResponseDenylistInner) SetAndroidPackages(v... method GetName (line 84) | func (o *GetClientConfig200ResponseDenylistInner) GetName() string { method GetNameOk (line 95) | func (o *GetClientConfig200ResponseDenylistInner) GetNameOk() (*string... method SetName (line 103) | func (o *GetClientConfig200ResponseDenylistInner) SetName(v string) { method GetNetworks (line 108) | func (o *GetClientConfig200ResponseDenylistInner) GetNetworks() GetCli... method GetNetworksOk (line 118) | func (o *GetClientConfig200ResponseDenylistInner) GetNetworksOk() (*Ge... method HasNetworks (line 126) | func (o *GetClientConfig200ResponseDenylistInner) HasNetworks() bool { method SetNetworks (line 135) | func (o *GetClientConfig200ResponseDenylistInner) SetNetworks(v GetCli... method GetVisible (line 140) | func (o *GetClientConfig200ResponseDenylistInner) GetVisible() bool { method GetVisibleOk (line 151) | func (o *GetClientConfig200ResponseDenylistInner) GetVisibleOk() (*boo... method SetVisible (line 159) | func (o *GetClientConfig200ResponseDenylistInner) SetVisible(v bool) { method MarshalJSON (line 163) | func (o GetClientConfig200ResponseDenylistInner) MarshalJSON() ([]byte... method ToMap (line 171) | func (o GetClientConfig200ResponseDenylistInner) ToMap() (map[string]i... method UnmarshalJSON (line 189) | func (o *GetClientConfig200ResponseDenylistInner) UnmarshalJSON(data [... type _GetClientConfig200ResponseDenylistInner (line 30) | type _GetClientConfig200ResponseDenylistInner function NewGetClientConfig200ResponseDenylistInner (line 36) | func NewGetClientConfig200ResponseDenylistInner(name string, visible boo... function NewGetClientConfig200ResponseDenylistInnerWithDefaults (line 46) | func NewGetClientConfig200ResponseDenylistInnerWithDefaults() *GetClient... type NullableGetClientConfig200ResponseDenylistInner (line 235) | type NullableGetClientConfig200ResponseDenylistInner struct method Get (line 240) | func (v NullableGetClientConfig200ResponseDenylistInner) Get() *GetCli... method Set (line 244) | func (v *NullableGetClientConfig200ResponseDenylistInner) Set(val *Get... method IsSet (line 249) | func (v NullableGetClientConfig200ResponseDenylistInner) IsSet() bool { method Unset (line 253) | func (v *NullableGetClientConfig200ResponseDenylistInner) Unset() { method MarshalJSON (line 262) | func (v NullableGetClientConfig200ResponseDenylistInner) MarshalJSON()... method UnmarshalJSON (line 266) | func (v *NullableGetClientConfig200ResponseDenylistInner) UnmarshalJSO... function NewNullableGetClientConfig200ResponseDenylistInner (line 258) | func NewNullableGetClientConfig200ResponseDenylistInner(val *GetClientCo... FILE: openapi/model_get_client_config_200_response_denylist_inner_networks.go type GetClientConfig200ResponseDenylistInnerNetworks (line 22) | type GetClientConfig200ResponseDenylistInnerNetworks struct method GetV4 (line 50) | func (o *GetClientConfig200ResponseDenylistInnerNetworks) GetV4() []IP... method GetV4Ok (line 61) | func (o *GetClientConfig200ResponseDenylistInnerNetworks) GetV4Ok() ([... method SetV4 (line 69) | func (o *GetClientConfig200ResponseDenylistInnerNetworks) SetV4(v []IP... method GetV6 (line 74) | func (o *GetClientConfig200ResponseDenylistInnerNetworks) GetV6() []IP... method GetV6Ok (line 85) | func (o *GetClientConfig200ResponseDenylistInnerNetworks) GetV6Ok() ([... method SetV6 (line 93) | func (o *GetClientConfig200ResponseDenylistInnerNetworks) SetV6(v []IP... method MarshalJSON (line 97) | func (o GetClientConfig200ResponseDenylistInnerNetworks) MarshalJSON()... method ToMap (line 105) | func (o GetClientConfig200ResponseDenylistInnerNetworks) ToMap() (map[... method UnmarshalJSON (line 117) | func (o *GetClientConfig200ResponseDenylistInnerNetworks) UnmarshalJSO... type _GetClientConfig200ResponseDenylistInnerNetworks (line 28) | type _GetClientConfig200ResponseDenylistInnerNetworks function NewGetClientConfig200ResponseDenylistInnerNetworks (line 34) | func NewGetClientConfig200ResponseDenylistInnerNetworks(v4 []IPv4Network... function NewGetClientConfig200ResponseDenylistInnerNetworksWithDefaults (line 44) | func NewGetClientConfig200ResponseDenylistInnerNetworksWithDefaults() *G... type NullableGetClientConfig200ResponseDenylistInnerNetworks (line 161) | type NullableGetClientConfig200ResponseDenylistInnerNetworks struct method Get (line 166) | func (v NullableGetClientConfig200ResponseDenylistInnerNetworks) Get()... method Set (line 170) | func (v *NullableGetClientConfig200ResponseDenylistInnerNetworks) Set(... method IsSet (line 175) | func (v NullableGetClientConfig200ResponseDenylistInnerNetworks) IsSet... method Unset (line 179) | func (v *NullableGetClientConfig200ResponseDenylistInnerNetworks) Unse... method MarshalJSON (line 188) | func (v NullableGetClientConfig200ResponseDenylistInnerNetworks) Marsh... method UnmarshalJSON (line 192) | func (v *NullableGetClientConfig200ResponseDenylistInnerNetworks) Unma... function NewNullableGetClientConfig200ResponseDenylistInnerNetworks (line 184) | func NewNullableGetClientConfig200ResponseDenylistInnerNetworks(val *Get... FILE: openapi/model_get_source_device_200_response.go type GetSourceDevice200Response (line 22) | type GetSourceDevice200Response struct method GetCreated (line 80) | func (o *GetSourceDevice200Response) GetCreated() string { method GetCreatedOk (line 91) | func (o *GetSourceDevice200Response) GetCreatedOk() (*string, bool) { method SetCreated (line 99) | func (o *GetSourceDevice200Response) SetCreated(v string) { method GetEnabled (line 104) | func (o *GetSourceDevice200Response) GetEnabled() bool { method GetEnabledOk (line 115) | func (o *GetSourceDevice200Response) GetEnabledOk() (*bool, bool) { method SetEnabled (line 123) | func (o *GetSourceDevice200Response) SetEnabled(v bool) { method GetFcmToken (line 128) | func (o *GetSourceDevice200Response) GetFcmToken() string { method GetFcmTokenOk (line 139) | func (o *GetSourceDevice200Response) GetFcmTokenOk() (*string, bool) { method SetFcmToken (line 147) | func (o *GetSourceDevice200Response) SetFcmToken(v string) { method GetId (line 152) | func (o *GetSourceDevice200Response) GetId() string { method GetIdOk (line 163) | func (o *GetSourceDevice200Response) GetIdOk() (*string, bool) { method SetId (line 171) | func (o *GetSourceDevice200Response) SetId(v string) { method GetInstallId (line 176) | func (o *GetSourceDevice200Response) GetInstallId() string { method GetInstallIdOk (line 187) | func (o *GetSourceDevice200Response) GetInstallIdOk() (*string, bool) { method SetInstallId (line 195) | func (o *GetSourceDevice200Response) SetInstallId(v string) { method GetKey (line 200) | func (o *GetSourceDevice200Response) GetKey() string { method GetKeyOk (line 211) | func (o *GetSourceDevice200Response) GetKeyOk() (*string, bool) { method SetKey (line 219) | func (o *GetSourceDevice200Response) SetKey(v string) { method GetLocale (line 224) | func (o *GetSourceDevice200Response) GetLocale() string { method GetLocaleOk (line 235) | func (o *GetSourceDevice200Response) GetLocaleOk() (*string, bool) { method SetLocale (line 243) | func (o *GetSourceDevice200Response) SetLocale(v string) { method GetModel (line 248) | func (o *GetSourceDevice200Response) GetModel() string { method GetModelOk (line 259) | func (o *GetSourceDevice200Response) GetModelOk() (*string, bool) { method SetModel (line 267) | func (o *GetSourceDevice200Response) SetModel(v string) { method GetName (line 272) | func (o *GetSourceDevice200Response) GetName() string { method GetNameOk (line 283) | func (o *GetSourceDevice200Response) GetNameOk() (*string, bool) { method SetName (line 291) | func (o *GetSourceDevice200Response) SetName(v string) { method GetPlace (line 296) | func (o *GetSourceDevice200Response) GetPlace() float32 { method GetPlaceOk (line 307) | func (o *GetSourceDevice200Response) GetPlaceOk() (*float32, bool) { method SetPlace (line 315) | func (o *GetSourceDevice200Response) SetPlace(v float32) { method GetTos (line 320) | func (o *GetSourceDevice200Response) GetTos() string { method GetTosOk (line 331) | func (o *GetSourceDevice200Response) GetTosOk() (*string, bool) { method SetTos (line 339) | func (o *GetSourceDevice200Response) SetTos(v string) { method GetType (line 344) | func (o *GetSourceDevice200Response) GetType() string { method GetTypeOk (line 355) | func (o *GetSourceDevice200Response) GetTypeOk() (*string, bool) { method SetType (line 363) | func (o *GetSourceDevice200Response) SetType(v string) { method GetUpdated (line 368) | func (o *GetSourceDevice200Response) GetUpdated() string { method GetUpdatedOk (line 379) | func (o *GetSourceDevice200Response) GetUpdatedOk() (*string, bool) { method SetUpdated (line 387) | func (o *GetSourceDevice200Response) SetUpdated(v string) { method GetWaitlistEnabled (line 392) | func (o *GetSourceDevice200Response) GetWaitlistEnabled() bool { method GetWaitlistEnabledOk (line 403) | func (o *GetSourceDevice200Response) GetWaitlistEnabledOk() (*bool, bo... method SetWaitlistEnabled (line 411) | func (o *GetSourceDevice200Response) SetWaitlistEnabled(v bool) { method GetWarpEnabled (line 416) | func (o *GetSourceDevice200Response) GetWarpEnabled() bool { method GetWarpEnabledOk (line 427) | func (o *GetSourceDevice200Response) GetWarpEnabledOk() (*bool, bool) { method SetWarpEnabled (line 435) | func (o *GetSourceDevice200Response) SetWarpEnabled(v bool) { method GetAccount (line 440) | func (o *GetSourceDevice200Response) GetAccount() Account { method GetAccountOk (line 451) | func (o *GetSourceDevice200Response) GetAccountOk() (*Account, bool) { method SetAccount (line 459) | func (o *GetSourceDevice200Response) SetAccount(v Account) { method GetConfig (line 464) | func (o *GetSourceDevice200Response) GetConfig() Config { method GetConfigOk (line 475) | func (o *GetSourceDevice200Response) GetConfigOk() (*Config, bool) { method SetConfig (line 483) | func (o *GetSourceDevice200Response) SetConfig(v Config) { method MarshalJSON (line 487) | func (o GetSourceDevice200Response) MarshalJSON() ([]byte, error) { method ToMap (line 495) | func (o GetSourceDevice200Response) ToMap() (map[string]interface{}, e... method UnmarshalJSON (line 522) | func (o *GetSourceDevice200Response) UnmarshalJSON(data []byte) (err e... type _GetSourceDevice200Response (line 43) | type _GetSourceDevice200Response function NewGetSourceDevice200Response (line 49) | func NewGetSourceDevice200Response(created string, enabled bool, fcmToke... function NewGetSourceDevice200ResponseWithDefaults (line 74) | func NewGetSourceDevice200ResponseWithDefaults() *GetSourceDevice200Resp... type NullableGetSourceDevice200Response (line 596) | type NullableGetSourceDevice200Response struct method Get (line 601) | func (v NullableGetSourceDevice200Response) Get() *GetSourceDevice200R... method Set (line 605) | func (v *NullableGetSourceDevice200Response) Set(val *GetSourceDevice2... method IsSet (line 610) | func (v NullableGetSourceDevice200Response) IsSet() bool { method Unset (line 614) | func (v *NullableGetSourceDevice200Response) Unset() { method MarshalJSON (line 623) | func (v NullableGetSourceDevice200Response) MarshalJSON() ([]byte, err... method UnmarshalJSON (line 627) | func (v *NullableGetSourceDevice200Response) UnmarshalJSON(src []byte)... function NewNullableGetSourceDevice200Response (line 619) | func NewNullableGetSourceDevice200Response(val *GetSourceDevice200Respon... FILE: openapi/model_ipv4_network.go type IPv4Network (line 22) | type IPv4Network struct method GetAddress (line 50) | func (o *IPv4Network) GetAddress() string { method GetAddressOk (line 61) | func (o *IPv4Network) GetAddressOk() (*string, bool) { method SetAddress (line 69) | func (o *IPv4Network) SetAddress(v string) { method GetNetmask (line 74) | func (o *IPv4Network) GetNetmask() string { method GetNetmaskOk (line 85) | func (o *IPv4Network) GetNetmaskOk() (*string, bool) { method SetNetmask (line 93) | func (o *IPv4Network) SetNetmask(v string) { method MarshalJSON (line 97) | func (o IPv4Network) MarshalJSON() ([]byte, error) { method ToMap (line 105) | func (o IPv4Network) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 117) | func (o *IPv4Network) UnmarshalJSON(data []byte) (err error) { type _IPv4Network (line 28) | type _IPv4Network function NewIPv4Network (line 34) | func NewIPv4Network(address string, netmask string) *IPv4Network { function NewIPv4NetworkWithDefaults (line 44) | func NewIPv4NetworkWithDefaults() *IPv4Network { type NullableIPv4Network (line 161) | type NullableIPv4Network struct method Get (line 166) | func (v NullableIPv4Network) Get() *IPv4Network { method Set (line 170) | func (v *NullableIPv4Network) Set(val *IPv4Network) { method IsSet (line 175) | func (v NullableIPv4Network) IsSet() bool { method Unset (line 179) | func (v *NullableIPv4Network) Unset() { method MarshalJSON (line 188) | func (v NullableIPv4Network) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 192) | func (v *NullableIPv4Network) UnmarshalJSON(src []byte) error { function NewNullableIPv4Network (line 184) | func NewNullableIPv4Network(val *IPv4Network) *NullableIPv4Network { FILE: openapi/model_ipv6_network.go type IPv6Network (line 22) | type IPv6Network struct method GetAddress (line 50) | func (o *IPv6Network) GetAddress() string { method GetAddressOk (line 61) | func (o *IPv6Network) GetAddressOk() (*string, bool) { method SetAddress (line 69) | func (o *IPv6Network) SetAddress(v string) { method GetPrefix (line 74) | func (o *IPv6Network) GetPrefix() float32 { method GetPrefixOk (line 85) | func (o *IPv6Network) GetPrefixOk() (*float32, bool) { method SetPrefix (line 93) | func (o *IPv6Network) SetPrefix(v float32) { method MarshalJSON (line 97) | func (o IPv6Network) MarshalJSON() ([]byte, error) { method ToMap (line 105) | func (o IPv6Network) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 117) | func (o *IPv6Network) UnmarshalJSON(data []byte) (err error) { type _IPv6Network (line 28) | type _IPv6Network function NewIPv6Network (line 34) | func NewIPv6Network(address string, prefix float32) *IPv6Network { function NewIPv6NetworkWithDefaults (line 44) | func NewIPv6NetworkWithDefaults() *IPv6Network { type NullableIPv6Network (line 161) | type NullableIPv6Network struct method Get (line 166) | func (v NullableIPv6Network) Get() *IPv6Network { method Set (line 170) | func (v *NullableIPv6Network) Set(val *IPv6Network) { method IsSet (line 175) | func (v NullableIPv6Network) IsSet() bool { method Unset (line 179) | func (v *NullableIPv6Network) Unset() { method MarshalJSON (line 188) | func (v NullableIPv6Network) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 192) | func (v *NullableIPv6Network) UnmarshalJSON(src []byte) error { function NewNullableIPv6Network (line 184) | func NewNullableIPv6Network(val *IPv6Network) *NullableIPv6Network { FILE: openapi/model_network_address.go type NetworkAddress (line 22) | type NetworkAddress struct method GetV4 (line 50) | func (o *NetworkAddress) GetV4() string { method GetV4Ok (line 61) | func (o *NetworkAddress) GetV4Ok() (*string, bool) { method SetV4 (line 69) | func (o *NetworkAddress) SetV4(v string) { method GetV6 (line 74) | func (o *NetworkAddress) GetV6() string { method GetV6Ok (line 85) | func (o *NetworkAddress) GetV6Ok() (*string, bool) { method SetV6 (line 93) | func (o *NetworkAddress) SetV6(v string) { method MarshalJSON (line 97) | func (o NetworkAddress) MarshalJSON() ([]byte, error) { method ToMap (line 105) | func (o NetworkAddress) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 117) | func (o *NetworkAddress) UnmarshalJSON(data []byte) (err error) { type _NetworkAddress (line 28) | type _NetworkAddress function NewNetworkAddress (line 34) | func NewNetworkAddress(v4 string, v6 string) *NetworkAddress { function NewNetworkAddressWithDefaults (line 44) | func NewNetworkAddressWithDefaults() *NetworkAddress { type NullableNetworkAddress (line 161) | type NullableNetworkAddress struct method Get (line 166) | func (v NullableNetworkAddress) Get() *NetworkAddress { method Set (line 170) | func (v *NullableNetworkAddress) Set(val *NetworkAddress) { method IsSet (line 175) | func (v NullableNetworkAddress) IsSet() bool { method Unset (line 179) | func (v *NullableNetworkAddress) Unset() { method MarshalJSON (line 188) | func (v NullableNetworkAddress) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 192) | func (v *NullableNetworkAddress) UnmarshalJSON(src []byte) error { function NewNullableNetworkAddress (line 184) | func NewNullableNetworkAddress(val *NetworkAddress) *NullableNetworkAddr... FILE: openapi/model_peer.go type Peer (line 22) | type Peer struct method GetEndpoint (line 50) | func (o *Peer) GetEndpoint() Endpoint { method GetEndpointOk (line 61) | func (o *Peer) GetEndpointOk() (*Endpoint, bool) { method SetEndpoint (line 69) | func (o *Peer) SetEndpoint(v Endpoint) { method GetPublicKey (line 74) | func (o *Peer) GetPublicKey() string { method GetPublicKeyOk (line 85) | func (o *Peer) GetPublicKeyOk() (*string, bool) { method SetPublicKey (line 93) | func (o *Peer) SetPublicKey(v string) { method MarshalJSON (line 97) | func (o Peer) MarshalJSON() ([]byte, error) { method ToMap (line 105) | func (o Peer) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 117) | func (o *Peer) UnmarshalJSON(data []byte) (err error) { type _Peer (line 28) | type _Peer function NewPeer (line 34) | func NewPeer(endpoint Endpoint, publicKey string) *Peer { function NewPeerWithDefaults (line 44) | func NewPeerWithDefaults() *Peer { type NullablePeer (line 161) | type NullablePeer struct method Get (line 166) | func (v NullablePeer) Get() *Peer { method Set (line 170) | func (v *NullablePeer) Set(val *Peer) { method IsSet (line 175) | func (v NullablePeer) IsSet() bool { method Unset (line 179) | func (v *NullablePeer) Unset() { method MarshalJSON (line 188) | func (v NullablePeer) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 192) | func (v *NullablePeer) UnmarshalJSON(src []byte) error { function NewNullablePeer (line 184) | func NewNullablePeer(val *Peer) *NullablePeer { FILE: openapi/model_register_200_response.go type Register200Response (line 22) | type Register200Response struct method GetCreated (line 82) | func (o *Register200Response) GetCreated() string { method GetCreatedOk (line 93) | func (o *Register200Response) GetCreatedOk() (*string, bool) { method SetCreated (line 101) | func (o *Register200Response) SetCreated(v string) { method GetEnabled (line 106) | func (o *Register200Response) GetEnabled() bool { method GetEnabledOk (line 117) | func (o *Register200Response) GetEnabledOk() (*bool, bool) { method SetEnabled (line 125) | func (o *Register200Response) SetEnabled(v bool) { method GetFcmToken (line 130) | func (o *Register200Response) GetFcmToken() string { method GetFcmTokenOk (line 141) | func (o *Register200Response) GetFcmTokenOk() (*string, bool) { method SetFcmToken (line 149) | func (o *Register200Response) SetFcmToken(v string) { method GetId (line 154) | func (o *Register200Response) GetId() string { method GetIdOk (line 165) | func (o *Register200Response) GetIdOk() (*string, bool) { method SetId (line 173) | func (o *Register200Response) SetId(v string) { method GetInstallId (line 178) | func (o *Register200Response) GetInstallId() string { method GetInstallIdOk (line 189) | func (o *Register200Response) GetInstallIdOk() (*string, bool) { method SetInstallId (line 197) | func (o *Register200Response) SetInstallId(v string) { method GetKey (line 202) | func (o *Register200Response) GetKey() string { method GetKeyOk (line 213) | func (o *Register200Response) GetKeyOk() (*string, bool) { method SetKey (line 221) | func (o *Register200Response) SetKey(v string) { method GetLocale (line 226) | func (o *Register200Response) GetLocale() string { method GetLocaleOk (line 237) | func (o *Register200Response) GetLocaleOk() (*string, bool) { method SetLocale (line 245) | func (o *Register200Response) SetLocale(v string) { method GetModel (line 250) | func (o *Register200Response) GetModel() string { method GetModelOk (line 261) | func (o *Register200Response) GetModelOk() (*string, bool) { method SetModel (line 269) | func (o *Register200Response) SetModel(v string) { method GetName (line 274) | func (o *Register200Response) GetName() string { method GetNameOk (line 285) | func (o *Register200Response) GetNameOk() (*string, bool) { method SetName (line 293) | func (o *Register200Response) SetName(v string) { method GetPlace (line 298) | func (o *Register200Response) GetPlace() float32 { method GetPlaceOk (line 309) | func (o *Register200Response) GetPlaceOk() (*float32, bool) { method SetPlace (line 317) | func (o *Register200Response) SetPlace(v float32) { method GetTos (line 322) | func (o *Register200Response) GetTos() string { method GetTosOk (line 333) | func (o *Register200Response) GetTosOk() (*string, bool) { method SetTos (line 341) | func (o *Register200Response) SetTos(v string) { method GetType (line 346) | func (o *Register200Response) GetType() string { method GetTypeOk (line 357) | func (o *Register200Response) GetTypeOk() (*string, bool) { method SetType (line 365) | func (o *Register200Response) SetType(v string) { method GetUpdated (line 370) | func (o *Register200Response) GetUpdated() string { method GetUpdatedOk (line 381) | func (o *Register200Response) GetUpdatedOk() (*string, bool) { method SetUpdated (line 389) | func (o *Register200Response) SetUpdated(v string) { method GetWaitlistEnabled (line 394) | func (o *Register200Response) GetWaitlistEnabled() bool { method GetWaitlistEnabledOk (line 405) | func (o *Register200Response) GetWaitlistEnabledOk() (*bool, bool) { method SetWaitlistEnabled (line 413) | func (o *Register200Response) SetWaitlistEnabled(v bool) { method GetWarpEnabled (line 418) | func (o *Register200Response) GetWarpEnabled() bool { method GetWarpEnabledOk (line 429) | func (o *Register200Response) GetWarpEnabledOk() (*bool, bool) { method SetWarpEnabled (line 437) | func (o *Register200Response) SetWarpEnabled(v bool) { method GetAccount (line 442) | func (o *Register200Response) GetAccount() Account { method GetAccountOk (line 453) | func (o *Register200Response) GetAccountOk() (*Account, bool) { method SetAccount (line 461) | func (o *Register200Response) SetAccount(v Account) { method GetConfig (line 466) | func (o *Register200Response) GetConfig() Config { method GetConfigOk (line 477) | func (o *Register200Response) GetConfigOk() (*Config, bool) { method SetConfig (line 485) | func (o *Register200Response) SetConfig(v Config) { method GetToken (line 490) | func (o *Register200Response) GetToken() string { method GetTokenOk (line 501) | func (o *Register200Response) GetTokenOk() (*string, bool) { method SetToken (line 509) | func (o *Register200Response) SetToken(v string) { method MarshalJSON (line 513) | func (o Register200Response) MarshalJSON() ([]byte, error) { method ToMap (line 521) | func (o Register200Response) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 549) | func (o *Register200Response) UnmarshalJSON(data []byte) (err error) { type _Register200Response (line 44) | type _Register200Response function NewRegister200Response (line 50) | func NewRegister200Response(created string, enabled bool, fcmToken strin... function NewRegister200ResponseWithDefaults (line 76) | func NewRegister200ResponseWithDefaults() *Register200Response { type NullableRegister200Response (line 625) | type NullableRegister200Response struct method Get (line 630) | func (v NullableRegister200Response) Get() *Register200Response { method Set (line 634) | func (v *NullableRegister200Response) Set(val *Register200Response) { method IsSet (line 639) | func (v NullableRegister200Response) IsSet() bool { method Unset (line 643) | func (v *NullableRegister200Response) Unset() { method MarshalJSON (line 652) | func (v NullableRegister200Response) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 656) | func (v *NullableRegister200Response) UnmarshalJSON(src []byte) error { function NewNullableRegister200Response (line 648) | func NewNullableRegister200Response(val *Register200Response) *NullableR... FILE: openapi/model_register_request.go type RegisterRequest (line 22) | type RegisterRequest struct method GetFcmToken (line 60) | func (o *RegisterRequest) GetFcmToken() string { method GetFcmTokenOk (line 71) | func (o *RegisterRequest) GetFcmTokenOk() (*string, bool) { method SetFcmToken (line 79) | func (o *RegisterRequest) SetFcmToken(v string) { method GetInstallId (line 84) | func (o *RegisterRequest) GetInstallId() string { method GetInstallIdOk (line 95) | func (o *RegisterRequest) GetInstallIdOk() (*string, bool) { method SetInstallId (line 103) | func (o *RegisterRequest) SetInstallId(v string) { method GetKey (line 108) | func (o *RegisterRequest) GetKey() string { method GetKeyOk (line 119) | func (o *RegisterRequest) GetKeyOk() (*string, bool) { method SetKey (line 127) | func (o *RegisterRequest) SetKey(v string) { method GetLocale (line 132) | func (o *RegisterRequest) GetLocale() string { method GetLocaleOk (line 143) | func (o *RegisterRequest) GetLocaleOk() (*string, bool) { method SetLocale (line 151) | func (o *RegisterRequest) SetLocale(v string) { method GetModel (line 156) | func (o *RegisterRequest) GetModel() string { method GetModelOk (line 167) | func (o *RegisterRequest) GetModelOk() (*string, bool) { method SetModel (line 175) | func (o *RegisterRequest) SetModel(v string) { method GetTos (line 180) | func (o *RegisterRequest) GetTos() string { method GetTosOk (line 191) | func (o *RegisterRequest) GetTosOk() (*string, bool) { method SetTos (line 199) | func (o *RegisterRequest) SetTos(v string) { method GetType (line 204) | func (o *RegisterRequest) GetType() string { method GetTypeOk (line 215) | func (o *RegisterRequest) GetTypeOk() (*string, bool) { method SetType (line 223) | func (o *RegisterRequest) SetType(v string) { method MarshalJSON (line 227) | func (o RegisterRequest) MarshalJSON() ([]byte, error) { method ToMap (line 235) | func (o RegisterRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 252) | func (o *RegisterRequest) UnmarshalJSON(data []byte) (err error) { type _RegisterRequest (line 33) | type _RegisterRequest function NewRegisterRequest (line 39) | func NewRegisterRequest(fcmToken string, installId string, key string, l... function NewRegisterRequestWithDefaults (line 54) | func NewRegisterRequestWithDefaults() *RegisterRequest { type NullableRegisterRequest (line 306) | type NullableRegisterRequest struct method Get (line 311) | func (v NullableRegisterRequest) Get() *RegisterRequest { method Set (line 315) | func (v *NullableRegisterRequest) Set(val *RegisterRequest) { method IsSet (line 320) | func (v NullableRegisterRequest) IsSet() bool { method Unset (line 324) | func (v *NullableRegisterRequest) Unset() { method MarshalJSON (line 333) | func (v NullableRegisterRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 337) | func (v *NullableRegisterRequest) UnmarshalJSON(src []byte) error { function NewNullableRegisterRequest (line 329) | func NewNullableRegisterRequest(val *RegisterRequest) *NullableRegisterR... FILE: openapi/model_reset_account_license_200_response.go type ResetAccountLicense200Response (line 22) | type ResetAccountLicense200Response struct method GetLicense (line 48) | func (o *ResetAccountLicense200Response) GetLicense() string { method GetLicenseOk (line 59) | func (o *ResetAccountLicense200Response) GetLicenseOk() (*string, bool) { method SetLicense (line 67) | func (o *ResetAccountLicense200Response) SetLicense(v string) { method MarshalJSON (line 71) | func (o ResetAccountLicense200Response) MarshalJSON() ([]byte, error) { method ToMap (line 79) | func (o ResetAccountLicense200Response) ToMap() (map[string]interface{... method UnmarshalJSON (line 90) | func (o *ResetAccountLicense200Response) UnmarshalJSON(data []byte) (e... type _ResetAccountLicense200Response (line 27) | type _ResetAccountLicense200Response function NewResetAccountLicense200Response (line 33) | func NewResetAccountLicense200Response(license string) *ResetAccountLice... function NewResetAccountLicense200ResponseWithDefaults (line 42) | func NewResetAccountLicense200ResponseWithDefaults() *ResetAccountLicens... type NullableResetAccountLicense200Response (line 132) | type NullableResetAccountLicense200Response struct method Get (line 137) | func (v NullableResetAccountLicense200Response) Get() *ResetAccountLic... method Set (line 141) | func (v *NullableResetAccountLicense200Response) Set(val *ResetAccount... method IsSet (line 146) | func (v NullableResetAccountLicense200Response) IsSet() bool { method Unset (line 150) | func (v *NullableResetAccountLicense200Response) Unset() { method MarshalJSON (line 159) | func (v NullableResetAccountLicense200Response) MarshalJSON() ([]byte,... method UnmarshalJSON (line 163) | func (v *NullableResetAccountLicense200Response) UnmarshalJSON(src []b... function NewNullableResetAccountLicense200Response (line 155) | func NewNullableResetAccountLicense200Response(val *ResetAccountLicense2... FILE: openapi/model_source_device.go type SourceDevice (line 22) | type SourceDevice struct method GetCreated (line 76) | func (o *SourceDevice) GetCreated() string { method GetCreatedOk (line 87) | func (o *SourceDevice) GetCreatedOk() (*string, bool) { method SetCreated (line 95) | func (o *SourceDevice) SetCreated(v string) { method GetEnabled (line 100) | func (o *SourceDevice) GetEnabled() bool { method GetEnabledOk (line 111) | func (o *SourceDevice) GetEnabledOk() (*bool, bool) { method SetEnabled (line 119) | func (o *SourceDevice) SetEnabled(v bool) { method GetFcmToken (line 124) | func (o *SourceDevice) GetFcmToken() string { method GetFcmTokenOk (line 135) | func (o *SourceDevice) GetFcmTokenOk() (*string, bool) { method SetFcmToken (line 143) | func (o *SourceDevice) SetFcmToken(v string) { method GetId (line 148) | func (o *SourceDevice) GetId() string { method GetIdOk (line 159) | func (o *SourceDevice) GetIdOk() (*string, bool) { method SetId (line 167) | func (o *SourceDevice) SetId(v string) { method GetInstallId (line 172) | func (o *SourceDevice) GetInstallId() string { method GetInstallIdOk (line 183) | func (o *SourceDevice) GetInstallIdOk() (*string, bool) { method SetInstallId (line 191) | func (o *SourceDevice) SetInstallId(v string) { method GetKey (line 196) | func (o *SourceDevice) GetKey() string { method GetKeyOk (line 207) | func (o *SourceDevice) GetKeyOk() (*string, bool) { method SetKey (line 215) | func (o *SourceDevice) SetKey(v string) { method GetLocale (line 220) | func (o *SourceDevice) GetLocale() string { method GetLocaleOk (line 231) | func (o *SourceDevice) GetLocaleOk() (*string, bool) { method SetLocale (line 239) | func (o *SourceDevice) SetLocale(v string) { method GetModel (line 244) | func (o *SourceDevice) GetModel() string { method GetModelOk (line 255) | func (o *SourceDevice) GetModelOk() (*string, bool) { method SetModel (line 263) | func (o *SourceDevice) SetModel(v string) { method GetName (line 268) | func (o *SourceDevice) GetName() string { method GetNameOk (line 279) | func (o *SourceDevice) GetNameOk() (*string, bool) { method SetName (line 287) | func (o *SourceDevice) SetName(v string) { method GetPlace (line 292) | func (o *SourceDevice) GetPlace() float32 { method GetPlaceOk (line 303) | func (o *SourceDevice) GetPlaceOk() (*float32, bool) { method SetPlace (line 311) | func (o *SourceDevice) SetPlace(v float32) { method GetTos (line 316) | func (o *SourceDevice) GetTos() string { method GetTosOk (line 327) | func (o *SourceDevice) GetTosOk() (*string, bool) { method SetTos (line 335) | func (o *SourceDevice) SetTos(v string) { method GetType (line 340) | func (o *SourceDevice) GetType() string { method GetTypeOk (line 351) | func (o *SourceDevice) GetTypeOk() (*string, bool) { method SetType (line 359) | func (o *SourceDevice) SetType(v string) { method GetUpdated (line 364) | func (o *SourceDevice) GetUpdated() string { method GetUpdatedOk (line 375) | func (o *SourceDevice) GetUpdatedOk() (*string, bool) { method SetUpdated (line 383) | func (o *SourceDevice) SetUpdated(v string) { method GetWaitlistEnabled (line 388) | func (o *SourceDevice) GetWaitlistEnabled() bool { method GetWaitlistEnabledOk (line 399) | func (o *SourceDevice) GetWaitlistEnabledOk() (*bool, bool) { method SetWaitlistEnabled (line 407) | func (o *SourceDevice) SetWaitlistEnabled(v bool) { method GetWarpEnabled (line 412) | func (o *SourceDevice) GetWarpEnabled() bool { method GetWarpEnabledOk (line 423) | func (o *SourceDevice) GetWarpEnabledOk() (*bool, bool) { method SetWarpEnabled (line 431) | func (o *SourceDevice) SetWarpEnabled(v bool) { method MarshalJSON (line 435) | func (o SourceDevice) MarshalJSON() ([]byte, error) { method ToMap (line 443) | func (o SourceDevice) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 468) | func (o *SourceDevice) UnmarshalJSON(data []byte) (err error) { type _SourceDevice (line 41) | type _SourceDevice function NewSourceDevice (line 47) | func NewSourceDevice(created string, enabled bool, fcmToken string, id s... function NewSourceDeviceWithDefaults (line 70) | func NewSourceDeviceWithDefaults() *SourceDevice { type NullableSourceDevice (line 538) | type NullableSourceDevice struct method Get (line 543) | func (v NullableSourceDevice) Get() *SourceDevice { method Set (line 547) | func (v *NullableSourceDevice) Set(val *SourceDevice) { method IsSet (line 552) | func (v NullableSourceDevice) IsSet() bool { method Unset (line 556) | func (v *NullableSourceDevice) Unset() { method MarshalJSON (line 565) | func (v NullableSourceDevice) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 569) | func (v *NullableSourceDevice) UnmarshalJSON(src []byte) error { function NewNullableSourceDevice (line 561) | func NewNullableSourceDevice(val *SourceDevice) *NullableSourceDevice { FILE: openapi/model_update_account_200_response.go type UpdateAccount200Response (line 22) | type UpdateAccount200Response struct method GetCreated (line 64) | func (o *UpdateAccount200Response) GetCreated() string { method GetCreatedOk (line 75) | func (o *UpdateAccount200Response) GetCreatedOk() (*string, bool) { method SetCreated (line 83) | func (o *UpdateAccount200Response) SetCreated(v string) { method GetId (line 88) | func (o *UpdateAccount200Response) GetId() string { method GetIdOk (line 99) | func (o *UpdateAccount200Response) GetIdOk() (*string, bool) { method SetId (line 107) | func (o *UpdateAccount200Response) SetId(v string) { method GetPremiumData (line 112) | func (o *UpdateAccount200Response) GetPremiumData() float32 { method GetPremiumDataOk (line 123) | func (o *UpdateAccount200Response) GetPremiumDataOk() (*float32, bool) { method SetPremiumData (line 131) | func (o *UpdateAccount200Response) SetPremiumData(v float32) { method GetQuota (line 136) | func (o *UpdateAccount200Response) GetQuota() float32 { method GetQuotaOk (line 147) | func (o *UpdateAccount200Response) GetQuotaOk() (*float32, bool) { method SetQuota (line 155) | func (o *UpdateAccount200Response) SetQuota(v float32) { method GetReferralCount (line 160) | func (o *UpdateAccount200Response) GetReferralCount() float32 { method GetReferralCountOk (line 171) | func (o *UpdateAccount200Response) GetReferralCountOk() (*float32, boo... method SetReferralCount (line 179) | func (o *UpdateAccount200Response) SetReferralCount(v float32) { method GetReferralRenewalCountdown (line 184) | func (o *UpdateAccount200Response) GetReferralRenewalCountdown() float... method GetReferralRenewalCountdownOk (line 195) | func (o *UpdateAccount200Response) GetReferralRenewalCountdownOk() (*f... method SetReferralRenewalCountdown (line 203) | func (o *UpdateAccount200Response) SetReferralRenewalCountdown(v float... method GetRole (line 208) | func (o *UpdateAccount200Response) GetRole() string { method GetRoleOk (line 219) | func (o *UpdateAccount200Response) GetRoleOk() (*string, bool) { method SetRole (line 227) | func (o *UpdateAccount200Response) SetRole(v string) { method GetUpdated (line 232) | func (o *UpdateAccount200Response) GetUpdated() string { method GetUpdatedOk (line 243) | func (o *UpdateAccount200Response) GetUpdatedOk() (*string, bool) { method SetUpdated (line 251) | func (o *UpdateAccount200Response) SetUpdated(v string) { method GetWarpPlus (line 256) | func (o *UpdateAccount200Response) GetWarpPlus() bool { method GetWarpPlusOk (line 267) | func (o *UpdateAccount200Response) GetWarpPlusOk() (*bool, bool) { method SetWarpPlus (line 275) | func (o *UpdateAccount200Response) SetWarpPlus(v bool) { method MarshalJSON (line 279) | func (o UpdateAccount200Response) MarshalJSON() ([]byte, error) { method ToMap (line 287) | func (o UpdateAccount200Response) ToMap() (map[string]interface{}, err... method UnmarshalJSON (line 306) | func (o *UpdateAccount200Response) UnmarshalJSON(data []byte) (err err... type _UpdateAccount200Response (line 35) | type _UpdateAccount200Response function NewUpdateAccount200Response (line 41) | func NewUpdateAccount200Response(created string, id string, premiumData ... function NewUpdateAccount200ResponseWithDefaults (line 58) | func NewUpdateAccount200ResponseWithDefaults() *UpdateAccount200Response { type NullableUpdateAccount200Response (line 364) | type NullableUpdateAccount200Response struct method Get (line 369) | func (v NullableUpdateAccount200Response) Get() *UpdateAccount200Respo... method Set (line 373) | func (v *NullableUpdateAccount200Response) Set(val *UpdateAccount200Re... method IsSet (line 378) | func (v NullableUpdateAccount200Response) IsSet() bool { method Unset (line 382) | func (v *NullableUpdateAccount200Response) Unset() { method MarshalJSON (line 391) | func (v NullableUpdateAccount200Response) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 395) | func (v *NullableUpdateAccount200Response) UnmarshalJSON(src []byte) e... function NewNullableUpdateAccount200Response (line 387) | func NewNullableUpdateAccount200Response(val *UpdateAccount200Response) ... FILE: openapi/model_update_account_request.go type UpdateAccountRequest (line 22) | type UpdateAccountRequest struct method GetLicense (line 48) | func (o *UpdateAccountRequest) GetLicense() string { method GetLicenseOk (line 59) | func (o *UpdateAccountRequest) GetLicenseOk() (*string, bool) { method SetLicense (line 67) | func (o *UpdateAccountRequest) SetLicense(v string) { method MarshalJSON (line 71) | func (o UpdateAccountRequest) MarshalJSON() ([]byte, error) { method ToMap (line 79) | func (o UpdateAccountRequest) ToMap() (map[string]interface{}, error) { method UnmarshalJSON (line 90) | func (o *UpdateAccountRequest) UnmarshalJSON(data []byte) (err error) { type _UpdateAccountRequest (line 27) | type _UpdateAccountRequest function NewUpdateAccountRequest (line 33) | func NewUpdateAccountRequest(license string) *UpdateAccountRequest { function NewUpdateAccountRequestWithDefaults (line 42) | func NewUpdateAccountRequestWithDefaults() *UpdateAccountRequest { type NullableUpdateAccountRequest (line 132) | type NullableUpdateAccountRequest struct method Get (line 137) | func (v NullableUpdateAccountRequest) Get() *UpdateAccountRequest { method Set (line 141) | func (v *NullableUpdateAccountRequest) Set(val *UpdateAccountRequest) { method IsSet (line 146) | func (v NullableUpdateAccountRequest) IsSet() bool { method Unset (line 150) | func (v *NullableUpdateAccountRequest) Unset() { method MarshalJSON (line 159) | func (v NullableUpdateAccountRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 163) | func (v *NullableUpdateAccountRequest) UnmarshalJSON(src []byte) error { function NewNullableUpdateAccountRequest (line 155) | func NewNullableUpdateAccountRequest(val *UpdateAccountRequest) *Nullabl... FILE: openapi/model_update_bound_device_request.go type UpdateBoundDeviceRequest (line 21) | type UpdateBoundDeviceRequest struct method GetActive (line 47) | func (o *UpdateBoundDeviceRequest) GetActive() bool { method GetActiveOk (line 57) | func (o *UpdateBoundDeviceRequest) GetActiveOk() (*bool, bool) { method HasActive (line 65) | func (o *UpdateBoundDeviceRequest) HasActive() bool { method SetActive (line 74) | func (o *UpdateBoundDeviceRequest) SetActive(v bool) { method GetName (line 79) | func (o *UpdateBoundDeviceRequest) GetName() string { method GetNameOk (line 89) | func (o *UpdateBoundDeviceRequest) GetNameOk() (*string, bool) { method HasName (line 97) | func (o *UpdateBoundDeviceRequest) HasName() bool { method SetName (line 106) | func (o *UpdateBoundDeviceRequest) SetName(v string) { method MarshalJSON (line 110) | func (o UpdateBoundDeviceRequest) MarshalJSON() ([]byte, error) { method ToMap (line 118) | func (o UpdateBoundDeviceRequest) ToMap() (map[string]interface{}, err... method UnmarshalJSON (line 134) | func (o *UpdateBoundDeviceRequest) UnmarshalJSON(data []byte) (err err... type _UpdateBoundDeviceRequest (line 27) | type _UpdateBoundDeviceRequest function NewUpdateBoundDeviceRequest (line 33) | func NewUpdateBoundDeviceRequest() *UpdateBoundDeviceRequest { function NewUpdateBoundDeviceRequestWithDefaults (line 41) | func NewUpdateBoundDeviceRequestWithDefaults() *UpdateBoundDeviceRequest { type NullableUpdateBoundDeviceRequest (line 156) | type NullableUpdateBoundDeviceRequest struct method Get (line 161) | func (v NullableUpdateBoundDeviceRequest) Get() *UpdateBoundDeviceRequ... method Set (line 165) | func (v *NullableUpdateBoundDeviceRequest) Set(val *UpdateBoundDeviceR... method IsSet (line 170) | func (v NullableUpdateBoundDeviceRequest) IsSet() bool { method Unset (line 174) | func (v *NullableUpdateBoundDeviceRequest) Unset() { method MarshalJSON (line 183) | func (v NullableUpdateBoundDeviceRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 187) | func (v *NullableUpdateBoundDeviceRequest) UnmarshalJSON(src []byte) e... function NewNullableUpdateBoundDeviceRequest (line 179) | func NewNullableUpdateBoundDeviceRequest(val *UpdateBoundDeviceRequest) ... FILE: openapi/model_update_source_device_200_response.go type UpdateSourceDevice200Response (line 22) | type UpdateSourceDevice200Response struct method GetCreated (line 80) | func (o *UpdateSourceDevice200Response) GetCreated() string { method GetCreatedOk (line 91) | func (o *UpdateSourceDevice200Response) GetCreatedOk() (*string, bool) { method SetCreated (line 99) | func (o *UpdateSourceDevice200Response) SetCreated(v string) { method GetEnabled (line 104) | func (o *UpdateSourceDevice200Response) GetEnabled() bool { method GetEnabledOk (line 115) | func (o *UpdateSourceDevice200Response) GetEnabledOk() (*bool, bool) { method SetEnabled (line 123) | func (o *UpdateSourceDevice200Response) SetEnabled(v bool) { method GetFcmToken (line 128) | func (o *UpdateSourceDevice200Response) GetFcmToken() string { method GetFcmTokenOk (line 139) | func (o *UpdateSourceDevice200Response) GetFcmTokenOk() (*string, bool) { method SetFcmToken (line 147) | func (o *UpdateSourceDevice200Response) SetFcmToken(v string) { method GetId (line 152) | func (o *UpdateSourceDevice200Response) GetId() string { method GetIdOk (line 163) | func (o *UpdateSourceDevice200Response) GetIdOk() (*string, bool) { method SetId (line 171) | func (o *UpdateSourceDevice200Response) SetId(v string) { method GetInstallId (line 176) | func (o *UpdateSourceDevice200Response) GetInstallId() string { method GetInstallIdOk (line 187) | func (o *UpdateSourceDevice200Response) GetInstallIdOk() (*string, boo... method SetInstallId (line 195) | func (o *UpdateSourceDevice200Response) SetInstallId(v string) { method GetKey (line 200) | func (o *UpdateSourceDevice200Response) GetKey() string { method GetKeyOk (line 211) | func (o *UpdateSourceDevice200Response) GetKeyOk() (*string, bool) { method SetKey (line 219) | func (o *UpdateSourceDevice200Response) SetKey(v string) { method GetLocale (line 224) | func (o *UpdateSourceDevice200Response) GetLocale() string { method GetLocaleOk (line 235) | func (o *UpdateSourceDevice200Response) GetLocaleOk() (*string, bool) { method SetLocale (line 243) | func (o *UpdateSourceDevice200Response) SetLocale(v string) { method GetModel (line 248) | func (o *UpdateSourceDevice200Response) GetModel() string { method GetModelOk (line 259) | func (o *UpdateSourceDevice200Response) GetModelOk() (*string, bool) { method SetModel (line 267) | func (o *UpdateSourceDevice200Response) SetModel(v string) { method GetName (line 272) | func (o *UpdateSourceDevice200Response) GetName() string { method GetNameOk (line 283) | func (o *UpdateSourceDevice200Response) GetNameOk() (*string, bool) { method SetName (line 291) | func (o *UpdateSourceDevice200Response) SetName(v string) { method GetPlace (line 296) | func (o *UpdateSourceDevice200Response) GetPlace() float32 { method GetPlaceOk (line 307) | func (o *UpdateSourceDevice200Response) GetPlaceOk() (*float32, bool) { method SetPlace (line 315) | func (o *UpdateSourceDevice200Response) SetPlace(v float32) { method GetTos (line 320) | func (o *UpdateSourceDevice200Response) GetTos() string { method GetTosOk (line 331) | func (o *UpdateSourceDevice200Response) GetTosOk() (*string, bool) { method SetTos (line 339) | func (o *UpdateSourceDevice200Response) SetTos(v string) { method GetType (line 344) | func (o *UpdateSourceDevice200Response) GetType() string { method GetTypeOk (line 355) | func (o *UpdateSourceDevice200Response) GetTypeOk() (*string, bool) { method SetType (line 363) | func (o *UpdateSourceDevice200Response) SetType(v string) { method GetUpdated (line 368) | func (o *UpdateSourceDevice200Response) GetUpdated() string { method GetUpdatedOk (line 379) | func (o *UpdateSourceDevice200Response) GetUpdatedOk() (*string, bool) { method SetUpdated (line 387) | func (o *UpdateSourceDevice200Response) SetUpdated(v string) { method GetWaitlistEnabled (line 392) | func (o *UpdateSourceDevice200Response) GetWaitlistEnabled() bool { method GetWaitlistEnabledOk (line 403) | func (o *UpdateSourceDevice200Response) GetWaitlistEnabledOk() (*bool,... method SetWaitlistEnabled (line 411) | func (o *UpdateSourceDevice200Response) SetWaitlistEnabled(v bool) { method GetWarpEnabled (line 416) | func (o *UpdateSourceDevice200Response) GetWarpEnabled() bool { method GetWarpEnabledOk (line 427) | func (o *UpdateSourceDevice200Response) GetWarpEnabledOk() (*bool, boo... method SetWarpEnabled (line 435) | func (o *UpdateSourceDevice200Response) SetWarpEnabled(v bool) { method GetAccount (line 440) | func (o *UpdateSourceDevice200Response) GetAccount() Account { method GetAccountOk (line 451) | func (o *UpdateSourceDevice200Response) GetAccountOk() (*Account, bool) { method SetAccount (line 459) | func (o *UpdateSourceDevice200Response) SetAccount(v Account) { method GetConfig (line 464) | func (o *UpdateSourceDevice200Response) GetConfig() Config { method GetConfigOk (line 475) | func (o *UpdateSourceDevice200Response) GetConfigOk() (*Config, bool) { method SetConfig (line 483) | func (o *UpdateSourceDevice200Response) SetConfig(v Config) { method MarshalJSON (line 487) | func (o UpdateSourceDevice200Response) MarshalJSON() ([]byte, error) { method ToMap (line 495) | func (o UpdateSourceDevice200Response) ToMap() (map[string]interface{}... method UnmarshalJSON (line 522) | func (o *UpdateSourceDevice200Response) UnmarshalJSON(data []byte) (er... type _UpdateSourceDevice200Response (line 43) | type _UpdateSourceDevice200Response function NewUpdateSourceDevice200Response (line 49) | func NewUpdateSourceDevice200Response(created string, enabled bool, fcmT... function NewUpdateSourceDevice200ResponseWithDefaults (line 74) | func NewUpdateSourceDevice200ResponseWithDefaults() *UpdateSourceDevice2... type NullableUpdateSourceDevice200Response (line 596) | type NullableUpdateSourceDevice200Response struct method Get (line 601) | func (v NullableUpdateSourceDevice200Response) Get() *UpdateSourceDevi... method Set (line 605) | func (v *NullableUpdateSourceDevice200Response) Set(val *UpdateSourceD... method IsSet (line 610) | func (v NullableUpdateSourceDevice200Response) IsSet() bool { method Unset (line 614) | func (v *NullableUpdateSourceDevice200Response) Unset() { method MarshalJSON (line 623) | func (v NullableUpdateSourceDevice200Response) MarshalJSON() ([]byte, ... method UnmarshalJSON (line 627) | func (v *NullableUpdateSourceDevice200Response) UnmarshalJSON(src []by... function NewNullableUpdateSourceDevice200Response (line 619) | func NewNullableUpdateSourceDevice200Response(val *UpdateSourceDevice200... FILE: openapi/model_update_source_device_request.go type UpdateSourceDeviceRequest (line 22) | type UpdateSourceDeviceRequest struct method GetKey (line 48) | func (o *UpdateSourceDeviceRequest) GetKey() string { method GetKeyOk (line 59) | func (o *UpdateSourceDeviceRequest) GetKeyOk() (*string, bool) { method SetKey (line 67) | func (o *UpdateSourceDeviceRequest) SetKey(v string) { method MarshalJSON (line 71) | func (o UpdateSourceDeviceRequest) MarshalJSON() ([]byte, error) { method ToMap (line 79) | func (o UpdateSourceDeviceRequest) ToMap() (map[string]interface{}, er... method UnmarshalJSON (line 90) | func (o *UpdateSourceDeviceRequest) UnmarshalJSON(data []byte) (err er... type _UpdateSourceDeviceRequest (line 27) | type _UpdateSourceDeviceRequest function NewUpdateSourceDeviceRequest (line 33) | func NewUpdateSourceDeviceRequest(key string) *UpdateSourceDeviceRequest { function NewUpdateSourceDeviceRequestWithDefaults (line 42) | func NewUpdateSourceDeviceRequestWithDefaults() *UpdateSourceDeviceReque... type NullableUpdateSourceDeviceRequest (line 132) | type NullableUpdateSourceDeviceRequest struct method Get (line 137) | func (v NullableUpdateSourceDeviceRequest) Get() *UpdateSourceDeviceRe... method Set (line 141) | func (v *NullableUpdateSourceDeviceRequest) Set(val *UpdateSourceDevic... method IsSet (line 146) | func (v NullableUpdateSourceDeviceRequest) IsSet() bool { method Unset (line 150) | func (v *NullableUpdateSourceDeviceRequest) Unset() { method MarshalJSON (line 159) | func (v NullableUpdateSourceDeviceRequest) MarshalJSON() ([]byte, erro... method UnmarshalJSON (line 163) | func (v *NullableUpdateSourceDeviceRequest) UnmarshalJSON(src []byte) ... function NewNullableUpdateSourceDeviceRequest (line 155) | func NewNullableUpdateSourceDeviceRequest(val *UpdateSourceDeviceRequest... FILE: openapi/response.go type APIResponse (line 18) | type APIResponse struct function NewAPIResponse (line 36) | func NewAPIResponse(r *http.Response) *APIResponse { function NewAPIResponseWithError (line 43) | func NewAPIResponseWithError(errorMessage string) *APIResponse { FILE: openapi/test/api_default_test.go function Test_openapi_DefaultAPIService (line 20) | func Test_openapi_DefaultAPIService(t *testing.T) { FILE: openapi/utils.go function PtrBool (line 22) | func PtrBool(v bool) *bool { return &v } function PtrInt (line 25) | func PtrInt(v int) *int { return &v } function PtrInt32 (line 28) | func PtrInt32(v int32) *int32 { return &v } function PtrInt64 (line 31) | func PtrInt64(v int64) *int64 { return &v } function PtrFloat32 (line 34) | func PtrFloat32(v float32) *float32 { return &v } function PtrFloat64 (line 37) | func PtrFloat64(v float64) *float64 { return &v } function PtrString (line 40) | func PtrString(v string) *string { return &v } function PtrTime (line 43) | func PtrTime(v time.Time) *time.Time { return &v } type NullableBool (line 45) | type NullableBool struct method Get (line 50) | func (v NullableBool) Get() *bool { method Set (line 54) | func (v *NullableBool) Set(val *bool) { method IsSet (line 59) | func (v NullableBool) IsSet() bool { method Unset (line 63) | func (v *NullableBool) Unset() { method MarshalJSON (line 72) | func (v NullableBool) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 76) | func (v *NullableBool) UnmarshalJSON(src []byte) error { function NewNullableBool (line 68) | func NewNullableBool(val *bool) *NullableBool { type NullableInt (line 81) | type NullableInt struct method Get (line 86) | func (v NullableInt) Get() *int { method Set (line 90) | func (v *NullableInt) Set(val *int) { method IsSet (line 95) | func (v NullableInt) IsSet() bool { method Unset (line 99) | func (v *NullableInt) Unset() { method MarshalJSON (line 108) | func (v NullableInt) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 112) | func (v *NullableInt) UnmarshalJSON(src []byte) error { function NewNullableInt (line 104) | func NewNullableInt(val *int) *NullableInt { type NullableInt32 (line 117) | type NullableInt32 struct method Get (line 122) | func (v NullableInt32) Get() *int32 { method Set (line 126) | func (v *NullableInt32) Set(val *int32) { method IsSet (line 131) | func (v NullableInt32) IsSet() bool { method Unset (line 135) | func (v *NullableInt32) Unset() { method MarshalJSON (line 144) | func (v NullableInt32) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 148) | func (v *NullableInt32) UnmarshalJSON(src []byte) error { function NewNullableInt32 (line 140) | func NewNullableInt32(val *int32) *NullableInt32 { type NullableInt64 (line 153) | type NullableInt64 struct method Get (line 158) | func (v NullableInt64) Get() *int64 { method Set (line 162) | func (v *NullableInt64) Set(val *int64) { method IsSet (line 167) | func (v NullableInt64) IsSet() bool { method Unset (line 171) | func (v *NullableInt64) Unset() { method MarshalJSON (line 180) | func (v NullableInt64) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 184) | func (v *NullableInt64) UnmarshalJSON(src []byte) error { function NewNullableInt64 (line 176) | func NewNullableInt64(val *int64) *NullableInt64 { type NullableFloat32 (line 189) | type NullableFloat32 struct method Get (line 194) | func (v NullableFloat32) Get() *float32 { method Set (line 198) | func (v *NullableFloat32) Set(val *float32) { method IsSet (line 203) | func (v NullableFloat32) IsSet() bool { method Unset (line 207) | func (v *NullableFloat32) Unset() { method MarshalJSON (line 216) | func (v NullableFloat32) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 220) | func (v *NullableFloat32) UnmarshalJSON(src []byte) error { function NewNullableFloat32 (line 212) | func NewNullableFloat32(val *float32) *NullableFloat32 { type NullableFloat64 (line 225) | type NullableFloat64 struct method Get (line 230) | func (v NullableFloat64) Get() *float64 { method Set (line 234) | func (v *NullableFloat64) Set(val *float64) { method IsSet (line 239) | func (v NullableFloat64) IsSet() bool { method Unset (line 243) | func (v *NullableFloat64) Unset() { method MarshalJSON (line 252) | func (v NullableFloat64) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 256) | func (v *NullableFloat64) UnmarshalJSON(src []byte) error { function NewNullableFloat64 (line 248) | func NewNullableFloat64(val *float64) *NullableFloat64 { type NullableString (line 261) | type NullableString struct method Get (line 266) | func (v NullableString) Get() *string { method Set (line 270) | func (v *NullableString) Set(val *string) { method IsSet (line 275) | func (v NullableString) IsSet() bool { method Unset (line 279) | func (v *NullableString) Unset() { method MarshalJSON (line 288) | func (v NullableString) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 292) | func (v *NullableString) UnmarshalJSON(src []byte) error { function NewNullableString (line 284) | func NewNullableString(val *string) *NullableString { type NullableTime (line 297) | type NullableTime struct method Get (line 302) | func (v NullableTime) Get() *time.Time { method Set (line 306) | func (v *NullableTime) Set(val *time.Time) { method IsSet (line 311) | func (v NullableTime) IsSet() bool { method Unset (line 315) | func (v *NullableTime) Unset() { method MarshalJSON (line 324) | func (v NullableTime) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 328) | func (v *NullableTime) UnmarshalJSON(src []byte) error { function NewNullableTime (line 320) | func NewNullableTime(val *time.Time) *NullableTime { function IsNil (line 334) | func IsNil(i interface{}) bool { type MappedNullable (line 347) | type MappedNullable interface function newStrictDecoder (line 352) | func newStrictDecoder(data []byte) *json.Decoder { function reportError (line 359) | func reportError(format string, a ...interface{}) error { FILE: util/util.go function RandomHexString (line 9) | func RandomHexString(count int) string { function GetTimestamp (line 17) | func GetTimestamp() string { function getTimestamp (line 21) | func getTimestamp(t time.Time) string { function IsHttp500Error (line 26) | func IsHttp500Error(err error) bool { FILE: util/util_test.go function TestGetTimestamp (line 8) | func TestGetTimestamp(t *testing.T) { FILE: wireguard/keys.go constant KeyLength (line 18) | KeyLength = 32 type Key (line 20) | type Key method String (line 22) | func (k *Key) String() string { method IsZero (line 26) | func (k *Key) IsZero() bool { method Public (line 31) | func (k *Key) Public() *Key { function NewPresharedKey (line 37) | func NewPresharedKey() (*Key, error) { function NewPrivateKey (line 46) | func NewPrivateKey() (*Key, error) { function NewKey (line 56) | func NewKey(base64Key string) (*Key, error) { FILE: wireguard/keys_test.go function TestNewKey (line 5) | func TestNewKey(t *testing.T) { FILE: wireguard/profile.go type Profile (line 22) | type Profile struct method Save (line 54) | func (p *Profile) Save(profileFile string) error { type ProfileData (line 26) | type ProfileData struct function NewProfile (line 34) | func NewProfile(data *ProfileData) (*Profile, error) { function generateProfile (line 42) | func generateProfile(data *ProfileData) (string, error) { FILE: wireguard/profile_test.go function TestGenerateProfile (line 5) | func TestGenerateProfile(t *testing.T) {