api

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

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 GetAssets

func GetAssets(prefix string) http.Handler

func GetHome

func GetHome(prefix string) http.Handler

GetHome renderes the home page

func GetInfo

func GetInfo(c *gin.Context)

GetInfo renders the system information

func GetResources added in v0.0.2

func GetResources(c *gin.Context)

GetResources retrieves the cloud resources matching the query parameters

func SetupRoutes

func SetupRoutes(router *gin.Engine, cfg config.Config, ds datastore.Datastore)

func StartWebServer added in v0.0.2

func StartWebServer(ctx context.Context, cfg config.Config, ds datastore.Datastore)

func Stats added in v0.0.3

func Stats(c *gin.Context)

Stats provides stats about stored data

Types

type Error

type Error struct {
	Message string `json:"error"`
}

func NewError

func NewError(err error) Error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL