Skip to content

Commit

Permalink
add support for extensions in hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof committed Oct 7, 2024
1 parent 2e78b55 commit a59035a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/derived.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions types/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ type ServiceHook struct {
Privileged bool `yaml:"privileged,omitempty" json:"privileged,omitempty"`
WorkingDir string `yaml:"working_dir,omitempty" json:"working_dir,omitempty"`
Environment MappingWithEquals `yaml:"environment,omitempty" json:"environment,omitempty"`

Extensions Extensions `yaml:"#extensions,inline,omitempty" json:"-"`
}

0 comments on commit a59035a

Please sign in to comment.