package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 9, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuditModel struct {
TimeStamp time.Time `json:"timestamp"`
ServiceName string `json:"service_name"`
ServiceHost string `json:"service_host"`
User interface{} `json:"user"`
Message interface{} `json:"msg"`
Data interface{} `json:"data"`
}
AuditModel, model for audit entry
type IAudit interface {
SetupAudit() error
Log(user, message, data interface{}) (<-chan bool, <-chan error)
}
IAudit, interface for audit repositories
Source Files
¶
Directories
¶
Package lxAuditMocks is a generated GoMock package.
|
Package lxAuditMocks is a generated GoMock package. |
|
|
Click to show internal directories.
Click to hide internal directories.