mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-11 14:47:58 +08:00
- Removed deprecated interceptor and executor-related methods, including `callRequestInterceptor`, `callResponseInterceptor`, and `callStreamChunkInterceptor`. - Consolidated unused logic and pruned redundant imports to streamline `adapters.go`. - No functional changes.
8 lines
225 B
Go
8 lines
225 B
Go
package config
|
|
|
|
const (
|
|
DefaultPanelGitHubRepository = "https://github.com/router-for-me/Cli-Proxy-API-Management-Center"
|
|
DefaultPprofAddr = "127.0.0.1:8316"
|
|
DefaultAuthDir = "~/.cli-proxy-api"
|
|
)
|