Explicitly specify type of DomainState constants
This commit is contained in:
		@@ -360,7 +360,7 @@ type DomainState uint32
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	// DomainStateNoState No state
 | 
						// DomainStateNoState No state
 | 
				
			||||||
	DomainStateNoState = iota
 | 
						DomainStateNoState DomainState = iota
 | 
				
			||||||
	// DomainStateRunning The domain is running
 | 
						// DomainStateRunning The domain is running
 | 
				
			||||||
	DomainStateRunning
 | 
						DomainStateRunning
 | 
				
			||||||
	// DomainStateBlocked The domain is blocked on resource
 | 
						// DomainStateBlocked The domain is blocked on resource
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user