Update documentation and examples in notifications.md

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
This commit is contained in:
Richard Scothern 2016-03-09 16:13:02 -08:00
parent afe2bdd1c5
commit 7e552e1972
2 changed files with 55 additions and 34 deletions

View file

@ -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