initial commit
This commit is contained in:
9
internal/domain/profile/role.go
Normal file
9
internal/domain/profile/role.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package profile
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type Role struct {
|
||||
ID uuid.UUID
|
||||
Level string // e.g. Junior, Senior, Lead
|
||||
Title string
|
||||
}
|
||||
Reference in New Issue
Block a user