mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-10-30 19:56:28 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			116 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			116 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package ncutils
 | |
| 
 | |
| const (
 | |
| 	// ACK - acknowledgement signal for MQ
 | |
| 	ACK = 1
 | |
| 	// DONE - done signal for MQ
 | |
| 	DONE = 2
 | |
| )
 | 
