mirror of
				https://github.com/lzh-1625/go_process_manager.git
				synced 2025-10-31 11:26:49 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			121 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			121 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package model
 | |
| 
 | |
| 
 | |
| 
 | |
| type WsMessage struct {
 | |
| 	MessageType string `json:"messageType"`
 | |
| 	Content     string `json:"content"`
 | |
| }
 | 
