Fix loglist
This commit is contained in:
@@ -57,6 +57,7 @@ type APIKeyQueryParams struct {
|
||||
PageSize int `form:"limit"`
|
||||
Status string `form:"status"`
|
||||
Keyword string `form:"keyword"`
|
||||
IDs string `form:"ids"`
|
||||
}
|
||||
|
||||
// APIKeyDetails is a DTO that combines APIKey info with its contextual status from the mapping.
|
||||
|
||||
Reference in New Issue
Block a user