parsers

package
v0.4.8 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataPraser

type DataPraser interface {
	Parse(input string) (c.Store, error)
}

func GetParser

func GetParser(fmt string) DataPraser

type EnvParser

type EnvParser struct{}

func (EnvParser) Parse

func (a EnvParser) Parse(input string) (c.Store, error)

type JsonParser

type JsonParser struct{}

func (JsonParser) Parse

func (a JsonParser) Parse(input string) (c.Store, error)

type YamlParser

type YamlParser struct{}

func (YamlParser) Parse

func (a YamlParser) Parse(input string) (c.Store, error)

Jump to

Keyboard shortcuts

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