user package
This commit is contained in:
parent
f962cd8cd9
commit
f159014374
4 changed files with 84 additions and 0 deletions
5
internal/user/interface.go
Normal file
5
internal/user/interface.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package user
|
||||
|
||||
type Provider interface {
|
||||
GetUserId(userUuid string) (string, error)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue