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