Documentation ¶ Index ¶ type Control func New(pool *pgxpool.Pool, bs ports.BucketService) *Control func (c *Control) Auth(login, pass string) (domain.Control, error) func (c *Control) Registration(control *domain.Control) (domain.Control, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Control ¶ type Control struct { // contains filtered or unexported fields } func New ¶ func New(pool *pgxpool.Pool, bs ports.BucketService) *Control func (*Control) Auth ¶ func (c *Control) Auth(login, pass string) (domain.Control, error) func (*Control) Registration ¶ func (c *Control) Registration(control *domain.Control) (domain.Control, error) Source Files ¶ View all Source files crud.go Click to show internal directories. Click to hide internal directories.