aboutsummaryrefslogtreecommitdiffhomepage
path: root/fst
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-21 12:10:58 +0900
committerOphestra <cat@gensokyo.uk>2025-01-21 12:10:58 +0900
commitdfcdc5ce20fb163a729efc0ea960480dff129eae (patch)
treebfff30426a461ea1b69e89be295086d7a3f528da /fst
parentfa0616b2748e363fee23c9cd1a01f286f6dba73c (diff)
state: store config in separate gob stream
This enables early serialisation of config. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'fst')
-rw-r--r--fst/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fst/config.go b/fst/config.go
index 171c29f7..ed0ac4cd 100644
--- a/fst/config.go
+++ b/fst/config.go
@@ -7,7 +7,7 @@ import (
const Tmp = "/.fortify"
-// Config is used to seal an *App
+// Config is used to seal an app
type Config struct {
// application ID
ID string `json:"id"`