...
This commit is contained in:
12
specs/models_old/gov/user.v
Normal file
12
specs/models_old/gov/user.v
Normal file
@@ -0,0 +1,12 @@
|
||||
module gov
|
||||
|
||||
import freeflowuniverse.herolib.hero.models.core
|
||||
|
||||
// User represents a user in the governance system
|
||||
pub struct User {
|
||||
core.Base
|
||||
pub mut:
|
||||
name string @[index]
|
||||
email string @[index]
|
||||
role string
|
||||
}
|
Reference in New Issue
Block a user