Merge pull request #47 from digitalocean/domainstate-const
Explicitly specify type of DomainState constants
This commit is contained in:
commit
8b2644f7ff
@ -360,7 +360,7 @@ type DomainState uint32
|
||||
|
||||
const (
|
||||
// DomainStateNoState No state
|
||||
DomainStateNoState = iota
|
||||
DomainStateNoState DomainState = iota
|
||||
// DomainStateRunning The domain is running
|
||||
DomainStateRunning
|
||||
// DomainStateBlocked The domain is blocked on resource
|
||||
|
Loading…
Reference in New Issue
Block a user