control

package
v0.1.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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, password, role string) (domain.Control, error)

type ControlService added in v0.1.13

type ControlService interface {
	LogIn(login, password string) (domain.Control, error)
	Reg(login, password, role string) (domain.Control, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL