config

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDocTitle added in v0.1.19

func GetDocTitle() string

func GetYamlFilePath added in v0.1.19

func GetYamlFilePath() string

func InitValidatorConfig

func InitValidatorConfig(filename string)

func SetDocTitle added in v0.1.19

func SetDocTitle(t string)

func SetYamlFilePath added in v0.1.19

func SetYamlFilePath(p string)

Types

type ValidatorConf

type ValidatorConf struct {
	Name      string  `yaml:"Name"`
	MinLength *int64  `yaml:"MinLength"`
	MaxLength *int64  `yaml:"MaxLength"`
	Pattern   *string `yaml:"Pattern"`
}

func GetValidatorByFormat

func GetValidatorByFormat(format string) *ValidatorConf

Jump to

Keyboard shortcuts

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