This commit is contained in:
suyl
2021-07-14 14:54:37 +08:00
parent 9c9b450dc7
commit a31aede139

View File

@@ -119,7 +119,7 @@ type PrintInfo struct {
//连接的客户端,吧每个客户端都放进来 //连接的客户端,吧每个客户端都放进来
type TcpClient struct { type TcpClient struct {
Clients map[string]*PrintInfo Clients map[string]*PrintInfo
s *sync.RWMutex s sync.RWMutex
} }
type GetPrintStatus struct { type GetPrintStatus struct {