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

Method Name

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

Source from the content-addressed store, hash-verified

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.
1154
1155// CloudEvent exports event e as a structure that, when

Callers 15

EmitMethod · 0.95
TestModuleIDFunction · 0.45
finishSettingUpFunction · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
initFunction · 0.45
TestCaddyfileAdaptToJSONFunction · 0.45

Calls

no outgoing calls