Documentation
¶
Index ¶
- Variables
- func NewDotEnvCmd() *cobra.Command
- func NewJSONCmd() *cobra.Command
- func NewParseCmd() *cobra.Command
- func NewPropertiesCmd() *cobra.Command
- func NewTOMLCmd() *cobra.Command
- func NewXMLCmd() *cobra.Command
- func NewYAMLCmd() *cobra.Command
- func ProcessTOML(name string) (m map[string]any)
- func ProcessYAML(name string) (m map[string]any)
- func ReadJSON(r io.Reader) (m any, err error)
- func ReadJSONMap(name string) (m map[string]any)
- func ReadXML(name string) mxj.Map
- type Decoder
- type Input
Constants ¶
This section is empty.
Variables ¶
View Source
var Decoders = make(map[string]Decoder)
Functions ¶
func NewDotEnvCmd ¶
func NewJSONCmd ¶
func NewParseCmd ¶
func NewPropertiesCmd ¶
func NewTOMLCmd ¶
func NewYAMLCmd ¶
func ProcessTOML ¶
func ProcessYAML ¶
func ReadJSONMap ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.