MCPcopy
hub / github.com/pocketbase/pocketbase / baseModelEventData

Struct baseModelEventData

core/events.go:25–27  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23// -------------------------------------------------------------------
24
25type baseModelEventData struct {
26 Model Model
27}
28
29func (e *baseModelEventData) Tags() []string {
30 if e.Model == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected