dataType

package
v1.1.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	ErrDecisionTableUnknownDataType = "unknown data type"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DataType

type DataType string
const (
	Boolean  DataType = "boolean"
	Integer  DataType = "integer"
	Long     DataType = "long"
	Float    DataType = "float"
	Double   DataType = "double"
	String   DataType = "string"
	Date     DataType = "date"
	Time     DataType = "time"
	DateTime DataType = "datetime"
)

func (*DataType) UnmarshalJSON

func (dt *DataType) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

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