state: store config in separate gob stream
This enables early serialisation of config. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user