Discover Packages
gitlab.com/verygoodsoftwarenotvirus/naff
example_models
a
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 14, 2020
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Item struct {
Name string `naff:"createable,editable"`
Details string `naff:"createable,editable"`
}
type Person struct {
Name string `naff:"createable,editable"`
Age *uint64 `naff:"createable"`
Gender float32 `naff:"createable,editable"`
Birthdate uint64 `naff:"createable,editable"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.