Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Port = "8082" RootUrl = "http://localhost:" + Port RegistrationPath = "/registration" LoginPath = "/login" LogoutPath = "/logout" AuthCheckPath = "/auth-check" WipeDataPath = "/wipe-data" UserPath = "/user" DeleteUserPath = UserPath + "/delete" ChangePasswordPath = UserPath + "/password" TagPath = "/tags" TagUploadPath = TagPath + "/upload" TagDeletePath = TagPath + "/delete" GetTagsPath = TagPath + "/get-tags" DownloadPath = TagPath + "/" // TODO maybe add "download" to make it clearer? AppPath = "/apps" AppCreationPath = AppPath + "/create" AppGetListPath = AppPath + "/get-list" AppDeletePath = AppPath + "/delete" SearchAppsPath = AppPath + "/search" )
Functions ¶
This section is empty.
Types ¶
type HubClient ¶
type LoginCredentials ¶
type RegistrationForm ¶
type UserAndApp ¶
Click to show internal directories.
Click to hide internal directories.