Documentation ¶
Index ¶
Constants ¶
View Source
const ( FieldAwsRegion string = "AwsRegion" FieldErrorCode string = "ErrorCode" FieldErrorMessage string = "ErrorMessage" FieldEventID string = "EventID" FieldEventName string = "EventName" FieldEventSource string = "EventSource" FieldEventTime string = "EventTime" FieldEventType string = "EventType" FieldRecipientAccountID string = "RecipientAccountID" FieldUserIdentityArn string = "UserIdentity.Arn" )
View Source
const ( TypeJson string = "json" TypeTable string = "table" )
Variables ¶
View Source
var (
FieldAccessors map[string]FieldAccessor = map[string]FieldAccessor{}
)
Functions ¶
This section is empty.
Types ¶
type FieldAccessor ¶
type RecordFieldResolver ¶
type RecordFieldResolver struct {
// contains filtered or unexported fields
}
func NewRecordValueAccessor ¶
func NewRecordValueAccessor(r *trail.Record) RecordFieldResolver
func (RecordFieldResolver) Value ¶
func (r RecordFieldResolver) Value(field string) string
Click to show internal directories.
Click to hide internal directories.