move under net namespace

This commit is contained in:
Joel Wetzell
2025-11-18 18:35:17 -06:00
parent a7996530a1
commit e1a8bef3fb
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ type TCPClient struct {
func init() {
RegisterModule(ModuleRegistration{
Type: "tcp.client",
Type: "net.tcp.client",
New: func(params map[string]any) (Module, error) {
host, ok := params["host"]