constant

package
v4.4.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 19

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigFileFormat

type ConfigFileFormat string

ConfigFileFormat 配置文件类型

const (
	//Properties Properties
	Properties ConfigFileFormat = ".properties"
	//XML XML
	XML ConfigFileFormat = ".xml"
	//JSON JSON
	JSON ConfigFileFormat = ".json"
	//YML YML
	YML ConfigFileFormat = ".yml"
	//YAML YAML
	YAML ConfigFileFormat = ".yaml"
	// DEFAULT DEFAULT
	DEFAULT ConfigFileFormat = ""
)

Jump to

Keyboard shortcuts

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