Files
CLIProxyAPI/internal/auth/models.go
2025-08-16 01:22:33 +08:00

6 lines
90 B
Go

package auth
type TokenStorage interface {
SaveTokenToFile(authFilePath string) error
}