add reloading and stopping from tsctl
This commit is contained in:
@@ -11,10 +11,10 @@ const (
|
||||
)
|
||||
|
||||
type Status struct {
|
||||
ID StatusID
|
||||
Err error
|
||||
ID StatusID
|
||||
Err error
|
||||
}
|
||||
|
||||
func (s Status) Error() string {
|
||||
return s.Err.Error()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user