Update website/source/docs/extending/custom-post-processors.html.md
Co-Authored-By: azr <azr@users.noreply.github.com>
This commit is contained in:
parent
1be337b383
commit
27cf53003f
|
@ -37,7 +37,7 @@ explaining what each method should do.
|
||||||
``` go
|
``` go
|
||||||
type PostProcessor interface {
|
type PostProcessor interface {
|
||||||
Configure(interface{}) error
|
Configure(interface{}) error
|
||||||
PostProcess(context.Context, Ui, Artifact) (a Artifact, keep, mustKeel bool, err error)
|
PostProcess(context.Context, Ui, Artifact) (a Artifact, keep, mustKeep bool, err error)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue