Documentation ¶
Index ¶
- type Storage
- func (s *Storage) AddUser(institute string, course string, groupNumber string, peerId int) error
- func (s *Storage) CheckSchedule(institute string, course string, groupNumber string) (bool, error)
- func (s *Storage) DeleteUser(peerId int) error
- func (s *Storage) GetSchedule(day string, peerId int) (string, error)
- func (s *Storage) UserAddWeek(week string, peerId int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func (*Storage) CheckSchedule ¶
func (*Storage) DeleteUser ¶
Click to show internal directories.
Click to hide internal directories.