logc.go
@@ -2,6 +2,8 @@ import ( "basic.com/valib/bhomebus.git" "bytes" "net/url" "encoding/json" "fmt" @@ -46,6 +48,10 @@ ProcName string ProcID string ) func init() { } func InitBySock(sock *bhomebus.Socket, procId string, procName string) bool { msgChan = make(chan []byte, 100) @@ -137,4 +143,6 @@ } } func Log(userName, method, path, contentType, module string, body *bytes.Buffer, values url.Values) { }