package
Version:
v0.9.4
Opens a new window with list of versions in this module.
Published: Mar 24, 2026
License: LGPL-2.1
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Commands used to encode data into various formats.
func (*Commands) Base64 ¶
Encode the given data into base64
func (*Commands) Json ¶
Encode the given data into a JSON document.
func (*Commands) Yaml ¶
Encode the given data into a YAML document.
type JsonArgs struct {
Indent int `json:"indent" default:"2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.