package
Version:
v0.0.0-...-4d94a0f
Opens a new window with list of versions in this module.
Published: Jun 12, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type App struct {
Name string `json:"app_name"`
Guid string `json:"app_guid"`
Url string `json:"app_url"`
Start AppStart `json:"start"`
}
type AppFile struct {
Succeeded bool `json:"succeeded"`
Apps []*App `json:"apps"`
}
type AppStart struct {
Succeeded bool `json:"succeeded"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.