MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / ActionType

Method ActionType

app/controlplane/pkg/auditor/logentry.go:49–49  ·  view source on GitHub ↗

ActionType returns the type of the action performed.

()

Source from the content-addressed store, hash-verified

47type LogEntry interface {
48 // ActionType returns the type of the action performed.
49 ActionType() string
50 // ActionInfo returns the information about the action performed.
51 ActionInfo() (json.RawMessage, error)
52 // TargetType returns the type of the target of the action.

Callers 2

GenerateAuditEventFunction · 0.65
digestFunction · 0.65

Implementers 1

testLogEntryapp/controlplane/pkg/auditor/dispatche

Calls

no outgoing calls

Tested by

no test coverage detected