Add IAM scaffold modules
This commit is contained in:
11
iam/internal/domain/models.go
Normal file
11
iam/internal/domain/models.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package domain
|
||||
|
||||
type User struct {
|
||||
ID int64
|
||||
Name string
|
||||
}
|
||||
|
||||
type Role struct {
|
||||
ID int64
|
||||
Name string
|
||||
}
|
||||
Reference in New Issue
Block a user