Create 创建新的 API Key
(ctx context.Context, info *APIKeyInfo)
| 16 | |
| 17 | // Create 创建新的 API Key |
| 18 | Create(ctx context.Context, info *APIKeyInfo) error |
| 19 | |
| 20 | // Delete 删除 API Key |
| 21 | Delete(ctx context.Context, key string) error |
no outgoing calls
no test coverage detected