package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const UNDEFINED_PLACEHOLDER = "<UNDEFINED TYPE>"
View Source
var Registered = TypeRegistry{
"undefined": Undefined,
"boolean": Boolean,
"number": Number,
"id": ID,
"uuid": UUID,
"string": String,
"text": Text,
"time": Time,
"date": Date,
"datetime": DateTime,
"file": File,
}
const (
Undefined Type = iota
Boolean
Number
ID
UUID
String
Text
Time
Date
DateTime
File
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.