Functionally done!

This commit is contained in:
Mariano Uvalle 2023-11-10 07:48:11 +00:00
parent 426500df45
commit 7bcdd2dd80
10 changed files with 219 additions and 33 deletions

View file

@ -4,7 +4,7 @@ import "github.com/AYM1607/ccclip/pkg/api"
type DB interface {
// Users.
PutUser(id string, passwordHash string) error
PutUser(id string, passwordHash []byte) error
GetUser(id string) (*api.User, error)
// Devices.