Documentation ¶
Overview ¶
Package helloworld provides a set of Cloud Functions samples.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLogEntry ¶
type AuditLogEntry struct {
ProtoPayload *AuditLogProtoPayload `json:"protoPayload"`
}
AuditLogEntry represents a LogEntry as described at https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry
type AuditLogProtoPayload ¶
type AuditLogProtoPayload struct { MethodName string `json:"methodName"` ResourceName string `json:"resourceName"` AuthenticationInfo map[string]interface{} `json:"authenticationInfo"` }
AuditLogProtoPayload represents AuditLog within the LogEntry.protoPayload See https://cloud.google.com/logging/docs/reference/audit/auditlog/rest/Shared.Types/AuditLog
Click to show internal directories.
Click to hide internal directories.