config

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigDriver

type ConfigDriver interface {
	Name() string
	// 解析成驱动可用的配置
	Decode(v string) (interface{}, error)
	// 格式化成可用表达当前配置的用于可读性的配置结构
	Format(v string) (interface{}, error)
	// 格式化成文本用于保存
	Encode(v interface{}) (string, error)
}

Jump to

Keyboard shortcuts

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