config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: MIT Imports: 0 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 {
	SchemaImport   string `json:"schema_import"`
	WriteToPath    string `json:"write_to_path"`
	ModelName      string `json:"model_name"`
	LowerModelName string `json:"lower_model_name"`
	Fields         []Desc `json:"fields"`
}

type Desc

type Desc struct {
	LowerName     string `json:"lower_name"`
	PublicName    string `json:"public_name"`
	HasValidators bool   `json:"has_validators"`
	Comment       string `json:"comment"`
	Type          string `json:"type"`
}

Jump to

Keyboard shortcuts

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