mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
add setpassword to service
This commit is contained in:
parent
739bd2924c
commit
c04e4f82dd
1 changed files with 1 additions and 0 deletions
|
|
@ -9,4 +9,5 @@ type Service interface {
|
|||
|
||||
type UserService interface {
|
||||
NewUser(ctx context.Context, p UserPayload) (*User, error)
|
||||
SetPassword(ctx context.Context, userID uint, password string) error
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue