Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestNotifier ¶
type RestNotifier struct {
// contains filtered or unexported fields
}
func New ¶
func New(addr string) *RestNotifier
func (*RestNotifier) UserCreated ¶
func (n *RestNotifier) UserCreated(u entity.User) error
func (*RestNotifier) UserDeleted ¶
func (n *RestNotifier) UserDeleted(u entity.User) error
func (*RestNotifier) UserUpdated ¶
func (n *RestNotifier) UserUpdated(u entity.User) error
Click to show internal directories.
Click to hide internal directories.