MCPcopy
hub / github.com/caddyserver/caddy / ID

Method ID

caddy.go:1150–1150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1148}
1149
1150func (e Event) ID() uuid.UUID { return e.id }
1151func (e Event) Timestamp() time.Time { return e.ts }
1152func (e Event) Name() string { return e.name }
1153func (e Event) Origin() Module { return e.origin } // Returns the module that originated the event. May be nil, usually if caddy core emits the event.

Callers 6

EmitMethod · 0.95
CELMatcherDecoratorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected