Documentation ¶
Index ¶
- Constants
- Variables
- 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
Constants ¶
View Source
const ( Deployed auditType = iota Configured Mismatched )
Variables ¶
View Source
var AuditBuffer map[string]*Audit
Functions ¶
func Accounting ¶
func Accounting(format string, a ...interface{})
func Authenticate ¶
func Init ¶
func Init(cfg *config.Notifications) error
func NewAuditWithOptions ¶
func PostAccounting ¶
func PostAccounting(result int)
func PreAccounting ¶
func PreAccounting(args []string)
Types ¶
type Audit ¶
type Audit struct {
// contains filtered or unexported fields
}
func (*Audit) FreeFormAudit ¶
Click to show internal directories.
Click to hide internal directories.