layout

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ini

type Ini struct{}

func (*Ini) ExtName

func (i *Ini) ExtName() string

func (*Ini) Parse

func (i *Ini) Parse(data []byte, obj interface{}) error

type Json

type Json struct{}

func (*Json) ExtName

func (j *Json) ExtName() string

func (*Json) Parse

func (j *Json) Parse(data []byte, obj interface{}) error

type Layout

type Layout interface {
	ExtName() string
	Parse(data []byte, obj interface{}) error
}

type Toml

type Toml struct{}

func (*Toml) ExtName

func (t *Toml) ExtName() string

func (*Toml) Parse

func (t *Toml) Parse(data []byte, obj interface{}) error

type Yaml

type Yaml struct{}

func (*Yaml) ExtName

func (y *Yaml) ExtName() string

func (*Yaml) Parse

func (y *Yaml) Parse(data []byte, obj interface{}) error

Jump to

Keyboard shortcuts

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