Documentation
¶
Index ¶
- Variables
- func GetAssets(prefix string) http.Handler
- func GetHome(prefix string) http.Handler
- func GetInfo(c *gin.Context)
- func GetResources(c *gin.Context)
- func SetupRoutes(router *gin.Engine, cfg config.Config, ds datastore.Datastore)
- func StartWebServer(ctx context.Context, cfg config.Config, ds datastore.Datastore)
- func Stats(c *gin.Context)
- type Error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current application version Version = "dev" // GitCommit contains the Git commit SHA for the binary GitCommit string // BuildTime contains the binary build time BuildTime string // GoVersion contains the build time Go version GoVersion string )
Functions ¶
func GetResources ¶ added in v0.0.2
GetResources retrieves the cloud resources matching the query parameters
func StartWebServer ¶ added in v0.0.2
Types ¶
Click to show internal directories.
Click to hide internal directories.