Documentation ¶ Index ¶ type Control func New(store ports.ControlStorage) *Control func (c Control) LogIn(login, password string) (domain.Control, error) func (c Control) Reg(login string, password string) (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(store ports.ControlStorage) *Control func (Control) LogIn ¶ func (c Control) LogIn(login, password string) (domain.Control, error) func (Control) Reg ¶ func (c Control) Reg(login string, password string) (domain.Control, error) Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.