Delete 删除 API Key
(ctx context.Context, key string)
| 19 | |
| 20 | // Delete 删除 API Key |
| 21 | Delete(ctx context.Context, key string) error |
| 22 | |
| 23 | // List 列出用户的所有 API Keys |
| 24 | List(ctx context.Context, userID string) ([]*APIKeyInfo, error) |
no outgoing calls
no test coverage detected