Functionally done!
This commit is contained in:
parent
426500df45
commit
7bcdd2dd80
10 changed files with 219 additions and 33 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue