config

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	FileScanDir  string `json:"file_scan_dir"`  // 文件夹扫描路径
	ScanItemName string `json:"scan_item_name"` // 需要扫描的文件名
	DestDir      string `json:"dest_dir"`       // 最终保存的文件路径(相对路径)
}

type JsonStruct

type JsonStruct struct {
}

func NewJsonStruct

func NewJsonStruct() *JsonStruct

func (*JsonStruct) Load

func (jst *JsonStruct) Load(filename string, v interface{}) ([]byte, error)

type MongoDBConfig

type MongoDBConfig Config

type PgConfig

type PgConfig Config

type TableStoreConfig

type TableStoreConfig Config

Jump to

Keyboard shortcuts

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