Documentation ¶
Index ¶
- type System
- func (s *System) CreateTables() error
- func (s *System) CreateUser(number, pin string) error
- func (s *System) CreateUserTable() error
- func (s *System) DeleteUser(number string) error
- func (s *System) GetUser(number string) (*users.User, error)
- func (s *System) GetUsers() error
- func (s *System) UpdateUser(number, pin string) error
- type Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type System ¶
func (*System) CreateTables ¶
func (*System) CreateUser ¶
func (*System) CreateUserTable ¶
func (*System) DeleteUser ¶
func (*System) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.