package
Version:
v0.1.16
Opens a new window with list of versions in this module.
Published: May 29, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Backends() echo.HandlerFunc
func Instances() echo.HandlerFunc
type Backend struct {
ID int `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
}
type BackendsResponse struct {
Data []Backend `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.