Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONEncoding ¶
type JSONEncoding struct{}
func NewJSONEncoding ¶
func NewJSONEncoding() *JSONEncoding
func (*JSONEncoding) DecodeReader ¶
func (e *JSONEncoding) DecodeReader(input io.Reader, output any) error
type TOMLEncoding ¶
type TOMLEncoding struct{}
func NewTOMLEncoding ¶
func NewTOMLEncoding() *TOMLEncoding
func (*TOMLEncoding) DecodeReader ¶
func (e *TOMLEncoding) DecodeReader(input io.Reader, output any) error
Click to show internal directories.
Click to hide internal directories.