Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityFactoryCreator ¶ added in v0.1.6
type EntityFactoryCreator struct{}
func (*EntityFactoryCreator) Create ¶ added in v0.1.6
func (er *EntityFactoryCreator) Create() entitymodel.EntityFactory
type EntityType ¶
type EntityType int
EntityType type of entity
const ( EntityTypeUndefined EntityType = iota EntityTypeAccount EntityTypeContact EntityTypeContactAddress EntityTypeUser )
func (EntityType) EntityName ¶ added in v0.1.6
func (et EntityType) EntityName() string
EntityName the value used in html template
Click to show internal directories.
Click to hide internal directories.