refactor(models): Group now only has a name
This commit is contained in:
parent
c09c00ec68
commit
ef25adf5ed
@ -14,9 +14,7 @@ type Runner struct {
|
||||
}
|
||||
|
||||
type Group struct {
|
||||
ID int `json:"id" validate:"required"`
|
||||
Name string `json:"name" validate:"required"`
|
||||
ParentGroup *Group `json:"parent_group" validate:"optional"`
|
||||
Name string `json:"name" validate:"required"`
|
||||
}
|
||||
|
||||
type ContractTemplateOptions struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user