Discover Packages
github.com/uselagoon/lagoon-cli
pkg
output
package
Version:
v0.15.3
Opens a new window with list of versions in this module.
Published: Nov 8, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func RenderJSON(data interface{}, opts Options )
RenderJSON .
type Result struct {
ResultData map[string ]interface{} `json:"data,omitempty"`
Result string `json:"result,omitempty"`
Error string `json:"error,omitempty"`
Info string `json:"info,omitempty"`
}
Result .
type Table struct {
Data []Data `json:"data"`
}
Table .
Source Files
¶
Click to show internal directories.
Click to hide internal directories.