MCPcopy
hub / github.com/pocketbase/pocketbase / baseCollectionEventData

Struct baseCollectionEventData

core/events.go:57–59  ·  view source on GitHub ↗

-------------------------------------------------------------------

Source from the content-addressed store, hash-verified

55// -------------------------------------------------------------------
56
57type baseCollectionEventData struct {
58 Collection *Collection
59}
60
61// @todo consider storing the original collection name and use that as a tag
62// to avoid the ambiguity when the collection is being modified (#7613);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected