diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-23 22:51:10 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-23 22:59:02 +0900 |
| commit | dd94818f20c7a37bdd7c6129551759db1b09b65e (patch) | |
| tree | 1ea7c94b3f6aec92f037a3e58dc343c3b00cd5a2 /hst/hst.go | |
| parent | 0fd357e7f64ec029489bbbcc7935005a26cb9a13 (diff) | |
hst/instance: define instance state
This is now part of the hst API. This change also improves identifier generation and serialisation.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/hst.go')
| -rw-r--r-- | hst/hst.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ type AppError struct { // A user-facing description of where the error occurred. Step string `json:"step"` // The underlying error value. - Err error + Err error `json:"err"` // An arbitrary error message, overriding the return value of Message if not empty. Msg string `json:"message,omitempty"` } |
