need to support the Clone interface

pull/165/head
Jim Lambert 6 years ago
parent b16cfc31ba
commit 71d4c1d489

@ -32,6 +32,7 @@ type PrincipalRole interface {
GetRoleId() string
GetPrincipalId() string
GetType() string
Clone() interface{}
}
// principalRoleView provides a common way to return roles regardless of their underlying type.

Loading…
Cancel
Save