GetUid returns the UID of the entity. The implementation of GetUid must check the case that the entity is nil and return an empty string accordingly.
()
| 185 | // The implementation of GetUid must check the case that the entity is nil |
| 186 | // and return an empty string accordingly. |
| 187 | GetUid() string |
| 188 | } |
| 189 | |
| 190 | func userOrGroupDel(conf *viper.Viper, userOrGroupId string, |
no outgoing calls
no test coverage detected