datatypes

package
v0.0.0-...-9de20ef Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CustomDataTypes = map[string]assets.DataType{
	"cpf":      cpf,
	"bookType": bookType,
}

CustomDataTypes contain the user-defined primary data types

Functions

This section is empty.

Types

type BookType

type BookType float64
const (
	BookTypeHardcover BookType = iota
	BookTypePaperback
	BookTypeEbook
)

func (BookType) CheckType

func (b BookType) CheckType() errors.ICCError

CheckType checks if the given value is defined as valid BookType consts

Jump to

Keyboard shortcuts

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