This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-11-05 09:37:30 +00:00
|
|
|
package flags
|
|
|
|
|
2022-03-03 09:40:07 +00:00
|
|
|
import "goauthentik.io/api/v3"
|
2021-11-05 09:37:30 +00:00
|
|
|
|
|
|
|
type UserFlags struct {
|
|
|
|
UserInfo *api.User
|
|
|
|
UserPk int32
|
|
|
|
CanSearch bool
|
|
|
|
}
|