basic app
This commit is contained in:
parent
0a6e246a5c
commit
8d6c2b6687
30 changed files with 1469 additions and 0 deletions
7
internal/network/handler.go
Normal file
7
internal/network/handler.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package network
|
||||
|
||||
type Network struct{}
|
||||
|
||||
func NewHandler() *Network {
|
||||
return &Network{}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue