fix: type conversion
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
package provider
|
||||
|
||||
import "time"
|
||||
|
||||
type ProviderIface interface {
|
||||
Login(string, string) error
|
||||
SwitchWIFI(SwitchConfig) error
|
||||
}
|
||||
|
||||
type SwitchConfig struct {
|
||||
SubmitDelay time.Duration
|
||||
SubmitDelay int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user