Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IOWriter ¶
type IOWriter struct {
// contains filtered or unexported fields
}
func (*IOWriter) Send ¶
func (n *IOWriter) Send(newDependencies []dependency.Spec, updatedDependencies []dependency.Spec) error
type Notifier ¶
type Notifier interface {
Send(newDependencies []dependency.Spec, updatedDependencies []dependency.Spec) error
}
func NewEmailNotifier ¶
func NewIOWriter ¶
Click to show internal directories.
Click to hide internal directories.