pipeline/groups: add missing Name field
This commit is contained in:
parent
1135e9fe01
commit
72e7ea7de1
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ type GroupsStageOptions struct {
|
||||||
func (GroupsStageOptions) isStageOptions() {}
|
func (GroupsStageOptions) isStageOptions() {}
|
||||||
|
|
||||||
type GroupsStageOptionsGroup struct {
|
type GroupsStageOptionsGroup struct {
|
||||||
GID *string `json:"gid,omitempty"`
|
Name string `json:"name"`
|
||||||
|
GID *string `json:"gid,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewGroupsStage(options *GroupsStageOptions) *Stage {
|
func NewGroupsStage(options *GroupsStageOptions) *Stage {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue