last demo import - cleaned
This commit is contained in:
7
models/access.go
Normal file
7
models/access.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Access struct {
|
||||
Name string `json:"name"`
|
||||
Feature string `json:"feature"`
|
||||
Rights string `json:"rights"`
|
||||
}
|
||||
Reference in New Issue
Block a user