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 New ¶
func New(logger log.Logger) *Controller
func (*Controller) Create ¶
func (c *Controller) Create(obj interface{})
func (*Controller) Delete ¶
func (c *Controller) Delete(obj interface{})
func (*Controller) Update ¶
func (c *Controller) Update(oldobj interface{}, newobj interface{})
Click to show internal directories.
Click to hide internal directories.