aa
This commit is contained in:
@@ -119,7 +119,7 @@ type PrintInfo struct {
|
||||
//连接的客户端,吧每个客户端都放进来
|
||||
type TcpClient struct {
|
||||
Clients map[string]*PrintInfo
|
||||
s *sync.RWMutex
|
||||
s sync.RWMutex
|
||||
}
|
||||
|
||||
type GetPrintStatus struct {
|
||||
|
||||
Reference in New Issue
Block a user