mirror of
https://github.com/githubhjs/CLIProxyAPIPlus.git
synced 2026-07-12 01:25:13 +00:00
6 lines
90 B
Go
6 lines
90 B
Go
package auth
|
|
|
|
type TokenStorage interface {
|
|
SaveTokenToFile(authFilePath string) error
|
|
}
|