add reloading and stopping from tsctl

This commit is contained in:
2025-11-30 11:26:22 +02:00
parent c51dfce9ec
commit ea7358a35f
6 changed files with 205 additions and 68 deletions

View File

@@ -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()
}
}