refactor(models): Group now only has a name
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user