Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuditEventSvc ¶
func NewAuditEventSvc(config *AuditEventSvcConfig) domain.AuditEventSvc
func NewLoggingSvc ¶
func NewLoggingSvc(config *LoggingSvcConfig) domain.LoggingSvc
Types ¶
type AuditEventSvcConfig ¶
type AuditEventSvcConfig struct {
// Repos (required) is the repository factory for audit event persistence.
Repos domain.RepoFactory
}
type LoggingSvcConfig ¶
type LoggingSvcConfig struct {
// Repos (required) is the repository factory for request log persistence.
Repos domain.RepoFactory
}
Click to show internal directories.
Click to hide internal directories.