Users should return a map from user UUIDs (as strings) to the role they are being assigned. Additionally, it should return a string that will be used as the field name for the ValidationErrors returned from Validate.
()
| 16 | // are being assigned. Additionally, it should return a string that will be |
| 17 | // used as the field name for the ValidationErrors returned from Validate. |
| 18 | Users() (map[string]Role, string) |
| 19 | // Groups should return a map from group UUIDs (as strings) to the role they |
| 20 | // are being assigned. Additionally, it should return a string that will be |
| 21 | // used as the field name for the ValidationErrors returned from Validate. |
no outgoing calls