Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProviderUsernameDescription = "Local user name for the Unifi controller API. Can be specified with the `UNIFI_USERNAME` environment variable." ProviderPasswordDescription = "Password for the user accessing the API. Can be specified with the `UNIFI_PASSWORD` environment variable." ProviderAPIKeyDescription = "" /* 152-byte string literal not displayed */ ProviderAPIURLDescription = "URL of the controller API. Can be specified with the `UNIFI_API` environment variable. " + "You should **NOT** supply the path (`/api`), the SDK will discover the appropriate paths. This is to support UDM Pro style API paths as well as more standard controller paths." ProviderSiteDescription = "" /* 139-byte string literal not displayed */ ProviderAllowInsecureDescription = "Skip verification of TLS certificates of API requests. You may need to set this to `true` " + "if you are using your local API without setting up a signed certificate. Can be specified with the " + "`UNIFI_INSECURE` environment variable." )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.