feat: refactor code

This commit is contained in:
2023-03-07 22:57:30 +01:00
parent e626e79882
commit 7b06c1b782
3 changed files with 15 additions and 6 deletions

5
pkg/switcher/switcher.go Normal file
View File

@@ -0,0 +1,5 @@
package switcher
type SwitcherIface interface {
SwitchWIFI() error
}