package provider type ProviderIface interface { Login(user, pass string) error SwitchWIFI() error }