go-wifi-switcher/pkg/switcher/switcher.go

6 lines
71 B
Go
Raw Normal View History

2023-03-07 22:57:30 +01:00
package switcher
type SwitcherIface interface {
SwitchWIFI() error
}