mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
move under net namespace
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user