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 (
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user