GetModel gets the current model.
()
| 220 | |
| 221 | // GetModel gets the current model. |
| 222 | func (e *Enforcer) GetModel() model.Model { |
| 223 | return e.model |
| 224 | } |
| 225 | |
| 226 | // SetModel sets the current model. |
| 227 | func (e *Enforcer) SetModel(m model.Model) { |
no outgoing calls