Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct { domain.BaseEntity Name string `json:"name" validate:"required"` Activity string `json:"activity" validate:"required"` }
type Persistent ¶
type Persistent struct { domain.BasePersistent Entity }
func NewPersistent ¶
func NewPersistent(entity Entity) Persistent
Click to show internal directories.
Click to hide internal directories.