Versions in this module Expand all Collapse all v0 v0.1.0 Apr 2, 2026 Changes in this version + func ValidMessage(m *AuditLog) bool + type AuditLog struct + Auth *Auth + AuthRequest *AuthRequest + AuthResponse *AuthResponse + AuthType string + Time time.Time + type Auth struct + Accessor string + ClientToken string + DisplayName string + Policies []string + PolicyResults *PolicyResults + TokenIssueTime time.Time + TokenPolicies []string + TokenType string + type AuthRequest struct + ClientId string + ClientToken string + ClientTokenAccessor string + Data map[string]interface{} + Id string + MountAccessor string + MountClass string + MountPoint string + MountRunningVersion string + MountType string + Namespace *Namespace + Operation string + Path string + RemoteAddress string + RemotePort int + RequestUri string + type AuthResponse struct + Data map[string]interface{} + MountAccessor string + MountClass string + MountPoint string + MountRunningPluginVersion string + MountType string + type GrantingPolicy struct + Name string + NamespaceId string + Type string + type Namespace struct + Id string + type PolicyResults struct + Allowed bool + GrantingPolicies []GrantingPolicy