package
Version:
v0.0.0-...-d1dae27
Opens a new window with list of versions in this module.
Published: Jun 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
ID uint `json:"id"`
Name string `json:"name"`
ProvisioningURLTemplate string `json:"provisioning_url_template"`
OauthRedirectURL string `json:"oauth_redirect_url"`
}
An App can provision a [Device] in a [Account].
func MakeApp(name, provisioningURLTemplate, oauthRedirectURL string) App
Create a new app.
An AppRepository can load, store and delete apps.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.