6 lines
71 B
Go
6 lines
71 B
Go
|
package switcher
|
||
|
|
||
|
type SwitcherIface interface {
|
||
|
SwitchWIFI() error
|
||
|
}
|