Documentation ¶
Overview ¶
Package services implements the services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteService ¶
SQLiteService represents the Service implemented with SQLite.
func NewSQLiteService ¶
func NewSQLiteService() *SQLiteService
NewSQLiteService creates an SQLite service.
func (*SQLiteService) Register ¶
func (s *SQLiteService) Register(userEmail string) error
func (*SQLiteService) Unregister ¶
func (s *SQLiteService) Unregister(userEmail string) error
Click to show internal directories.
Click to hide internal directories.