parser-v2/internal/network/handler.go

8 lines
90 B
Go
Raw Permalink Normal View History

2025-10-02 20:35:53 +03:00
package network
type Network struct{}
func NewHandler() *Network {
return &Network{}
}