Update documentation and examples in notifications.md
Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
This commit is contained in:
parent
afe2bdd1c5
commit
7e552e1972
2 changed files with 55 additions and 34 deletions
|
@ -63,8 +63,10 @@ func WithTag(tag string) ManifestServiceOption {
|
|||
return WithTagOption{tag}
|
||||
}
|
||||
|
||||
// WithTagOption holds a tag
|
||||
type WithTagOption struct{ Tag string }
|
||||
|
||||
// Apply conforms to the ManifestServiceOption interface
|
||||
func (o WithTagOption) Apply(m ManifestService) error {
|
||||
// no implementation
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue