Documentation ¶
Index ¶
Constants ¶
View Source
const ( Insert = "insert" Update = "update" Delete = "delete" DefaultTimeout = time.Second * 30 PathLogEntry = "/v1/log" PathLogEntries = "/v1/bulk/log" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLogEntryError ¶ added in v1.0.0
type AuditLogEntryError struct { Code int `json:"-"` Message interface{} `json:"message"` }
AuditLogError
func NewAuditLogEntryError ¶ added in v1.0.0
func NewAuditLogEntryError(code int, message ...interface{}) *AuditLogEntryError
AuditLogError creates a new AuditLogError instance.
func (*AuditLogEntryError) Error ¶ added in v1.0.0
func (e *AuditLogEntryError) Error() string
Error
Click to show internal directories.
Click to hide internal directories.