mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-15 01:57:41 +00:00
fix: all enums same style (#262)
* fix: all enums same style * fix: rename process to reduce * add some missing enum renaming Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -42,11 +42,11 @@ type KeySearchRequest struct {
|
||||
type KeySearchKey int32
|
||||
|
||||
const (
|
||||
KEYSEARCHKEY_UNSPECIFIED KeySearchKey = iota
|
||||
KEYSEARCHKEY_ID
|
||||
KEYSEARCHKEY_PRIVATE
|
||||
KEYSEARCHKEY_EXPIRY
|
||||
KEYSEARCHKEY_USAGE
|
||||
KeySearchKeyUnspecified KeySearchKey = iota
|
||||
KeySearchKeyID
|
||||
KeySearchKeyPrivate
|
||||
KeySearchKeyExpiry
|
||||
KeySearchKeyUsage
|
||||
)
|
||||
|
||||
type KeySearchQuery struct {
|
||||
|
Reference in New Issue
Block a user