package rename
This commit is contained in:
parent
feb7d770e6
commit
4ec69fcc08
5 changed files with 7 additions and 7 deletions
7
internal/remote/handler.go
Normal file
7
internal/remote/handler.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package remote
|
||||
|
||||
type Network struct{}
|
||||
|
||||
func NewHandler() *Network {
|
||||
return &Network{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue