Versions in this module Expand all Collapse all v0 v0.0.3 Feb 9, 2018 Changes in this version + const Configured + const Deployed + const Mismatched + var AuditBuffer map[string]*Audit + func Accounting(format string, a ...interface{}) + func Authenticate(u *user.User) error + func Authorized(r *route.Request, resource, name string) error + func Init(cfg *config.Notifications) error + func NewAudit(name string) error + func NewAuditWithOptions(name string, deployed, configured, mismatched bool) error + func PostAccounting(result int) + func PostAudit(appName string) + func PreAccounting(args []string) + type Audit struct + func (a *Audit) Audit(t auditType, format string, b ...interface{}) + func (a *Audit) FreeFormAudit(format string, b ...interface{}) + func (a *Audit) PreAudit(args []string)