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