refactor Pending to Active

pull/347/head
Jim Lambert 6 years ago
parent 5583e34a4e
commit 188f53e97b

@ -17,7 +17,7 @@ type Status string
const (
Pending Status = "pending"
Connected Status = "connected"
Active Status = "active"
Canceling Status = "canceling"
Closed Status = "closed"
)

Loading…
Cancel
Save