mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-05-08 00:46:03 +08:00
6 lines
90 B
Go
6 lines
90 B
Go
package auth
|
|
|
|
type TokenStorage interface {
|
|
SaveTokenToFile(authFilePath string) error
|
|
}
|