Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(repository repositories.Repository) *Controller
func (*Controller) Do ¶
func (controller *Controller) Do(data interface{}) error
func (*Controller) Undo ¶
func (controller *Controller) Undo() error
Click to show internal directories.
Click to hide internal directories.