Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditLoggerConfig ¶
func GetCredentialsEventType ¶
GetCredentialsEventType is the type for a GetCredentials request
Types ¶
type AuditLogger ¶
type AuditLogger interface { Log(r request.LogRequest, httpResponseCode int, eventType string) GetContainerInstanceArn() string GetCluster() string }
func NewAuditLog ¶
func NewAuditLog(containerInstanceArn string, cfg *config.Config, logger InfoLogger) AuditLogger
type InfoLogger ¶
type InfoLogger interface {
Info(i ...interface{})
}
Click to show internal directories.
Click to hide internal directories.