diff options
Diffstat (limited to 'internal/app/app.go')
| -rw-r--r-- | internal/app/app.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/internal/app/app.go b/internal/app/app.go index 506703c2..d59b145d 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -4,22 +4,8 @@ package app import ( "syscall" "time" - - "hakurei.app/hst" - "hakurei.app/internal/app/state" ) -type App interface { - // ID returns a copy of [state.ID] held by App. - ID() state.ID - - // Seal determines the outcome of config as a [SealedApp]. - // The value of config might be overwritten and must not be used again. - Seal(config *hst.Config) (SealedApp, error) - - String() string -} - type SealedApp interface { // Run commits sealed system setup and starts the app process. Run(rs *RunState) error |
