mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-24 00:47:04 +08:00
- Introduced `auth_callbacks` for handling host authentication list, get, runtime, and save operations. - Added extensive unit tests to validate functionality, including disk fallback and runtime-specific cases. - Created example implementation in Go to demonstrate host callback integrations.
8 lines
222 B
Modula-2
8 lines
222 B
Modula-2
module github.com/router-for-me/CLIProxyAPI/v7/examples/plugin/host-callback-auth-files/go
|
|
|
|
go 1.26.0
|
|
|
|
require github.com/router-for-me/CLIProxyAPI/v7 v7.0.0
|
|
|
|
replace github.com/router-for-me/CLIProxyAPI/v7 => ../../../..
|