()
| 3240 | } |
| 3241 | |
| 3242 | func (x *FgaModel) GetDsl() string { |
| 3243 | if x != nil { |
| 3244 | return x.Dsl |
| 3245 | } |
| 3246 | return "" |
| 3247 | } |
| 3248 | |
| 3249 | // FgaTuple is one persisted relationship tuple returned by FgaReadTuples. |
| 3250 | // Mirrors model.FgaTuple field-for-field (the read shape; writes use the shared |