fieldtype

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FieldType

type FieldType string
const (
	Unknown FieldType = "unknown"

	String  FieldType = "string"
	Array   FieldType = "array"
	Object  FieldType = "object"
	Integer FieldType = "integer"
	Number  FieldType = "number"
	Bool    FieldType = "bool"
	Null    FieldType = "null"
)

func GetFieldType

func GetFieldType(path []string) (FieldType, error)

Jump to

Keyboard shortcuts

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