package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: May 24, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Atrib struct {
Name string `json:"name"`
Type TypeAtrib `json:"type"`
Definition et.Json `json:"definition"`
DefaultValue interface{} `json:"default_value"`
}
*
- NewAtrib
- @param name string
- @param typeAtrib TypeAtrib
- @return *Atrib
*
- Json
- @return et.Json, error
*
- Load
- @param data et.Json
- @return error
const (
AtribTypeText TypeAtrib = iota
AtribTypeNumber
AtribTypeDate
AtribTypeBoolean
AtribTypeEnum
AtribTypeLookup
AtribTypeLookupMulti
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.