From dfcdc5ce20fb163a729efc0ea960480dff129eae Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 21 Jan 2025 12:10:58 +0900 Subject: state: store config in separate gob stream This enables early serialisation of config. Signed-off-by: Ophestra --- fst/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fst') 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"` -- cgit v1.3.1