10 lines
127 B
Go
10 lines
127 B
Go
package flags
|
|
|
|
import "goauthentik.io/api/v3"
|
|
|
|
type UserFlags struct {
|
|
UserInfo *api.User
|
|
UserPk int32
|
|
CanSearch bool
|
|
}
|