Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ LogEvent
Method
LogEvent
pkg/security/audit.go:135–135 ·
view source on GitHub ↗
基础操作
(event AuditEvent)
Source
from the content-addressed store, hash-verified
133
type
AuditLog
interface
{
134
// 基础操作
135
LogEvent(event AuditEvent) error
136
LogEventAsync(event AuditEvent) error
137
LogEvents(events []AuditEvent) error
138
Callers
11
AddPolicy
Method · 0.65
UpdatePolicy
Method · 0.65
DeletePolicy
Method · 0.65
CreateUser
Method · 0.65
UpdateUser
Method · 0.65
DeleteUser
Method · 0.65
AssignRole
Method · 0.65
RevokeRole
Method · 0.65
CheckPermission
Method · 0.65
CreateSession
Method · 0.65
DeleteSession
Method · 0.65
Implementers
2
InMemoryAuditLog
pkg/security/audit.go
mockAuditLog
pkg/security/access_control_test.go
Calls
no outgoing calls
Tested by
no test coverage detected