package network type Network struct{} func NewHandler() *Network { return &Network{} }