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

6 lines
71 B
Go

package switcher
type SwitcherIface interface {
SwitchWIFI() error
}