MCPcopy
hub / github.com/pocketbase/pocketbase / SetProxyRecord

Method SetProxyRecord

core/external_auth_model.go:67–69  ·  view source on GitHub ↗

SetProxyRecord loads the specified record model into the current proxy.

(record *Record)

Source from the content-addressed store, hash-verified

65
66// SetProxyRecord loads the specified record model into the current proxy.
67func (m *ExternalAuth) SetProxyRecord(record *Record) {
68 m.Record = record
69}
70
71// CollectionRef returns the "collectionRef" field value.
72func (m *ExternalAuth) CollectionRef() string {

Callers 2

Calls

no outgoing calls

Tested by 2