Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTypeNotRegistered means entities type isn't registered (not found in Types map) ErrTypeNotRegistered = errors.New(typeNotRegistered) )
Functions ¶
This section is empty.
Types ¶
type FieldCollection ¶
type FieldCollection struct { Type string `json:"type"` Value interface{} `json:"value"` }
type FieldCollections ¶
type FieldCollections interface { Name() string AllowedTypes() map[string]Builder Data() []FieldCollection Add(fieldCollection FieldCollection) Set(i int, fieldCollection FieldCollection) SetData(data []FieldCollection) }
Directories ¶
Path | Synopsis |
---|---|
Package editor enables users to create edit templates from their entities structs so that admins can manage entities
|
Package editor enables users to create edit templates from their entities structs so that admins can manage entities |
Package item provides the default functionality to Ponzu's entities/data types, how they interact with the API, and how to override or enhance their abilities using various interfaces.
|
Package item provides the default functionality to Ponzu's entities/data types, how they interact with the API, and how to override or enhance their abilities using various interfaces. |
Package manager contains the controllers UI to the CMS which wraps all entities editor interfaces to manage the create/edit/delete capabilities of Ponzu entities.
|
Package manager contains the controllers UI to the CMS which wraps all entities editor interfaces to manage the create/edit/delete capabilities of Ponzu entities. |
Click to show internal directories.
Click to hide internal directories.