Get 获取 API Key 信息
(ctx context.Context, key string)
| 13 | type APIKeyStore interface { |
| 14 | // Get 获取 API Key 信息 |
| 15 | Get(ctx context.Context, key string) (*APIKeyInfo, error) |
| 16 | |
| 17 | // Create 创建新的 API Key |
| 18 | Create(ctx context.Context, info *APIKeyInfo) error |
no outgoing calls
no test coverage detected