fmt
This commit is contained in:
parent
03b0a5d4fb
commit
c1c4cccce2
@ -20,16 +20,16 @@ const (
|
||||
|
||||
func (s Status) String() string {
|
||||
switch s {
|
||||
case Pending:
|
||||
return "pending"
|
||||
case Offline:
|
||||
return "offline"
|
||||
case Online:
|
||||
return "online"
|
||||
case Expired:
|
||||
return "expired"
|
||||
default:
|
||||
return "unknown"
|
||||
case Pending:
|
||||
return "pending"
|
||||
case Offline:
|
||||
return "offline"
|
||||
case Online:
|
||||
return "online"
|
||||
case Expired:
|
||||
return "expired"
|
||||
default:
|
||||
return "unknown"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user