From ae2df2c450dd655b93a950124b6ab16e2b4d967b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 25 Sep 2025 13:46:21 +0900 Subject: internal: remove sys package This package is replaced by container/stub. Remove and replace it with unexported implementation for the upcoming test suite rewrite. Signed-off-by: Ophestra --- internal/app/export_test.go | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 internal/app/export_test.go (limited to 'internal/app/export_test.go') diff --git a/internal/app/export_test.go b/internal/app/export_test.go deleted file mode 100644 index 1bfba48a..00000000 --- a/internal/app/export_test.go +++ /dev/null @@ -1,16 +0,0 @@ -package app - -import ( - "context" - - "hakurei.app/container" - "hakurei.app/hst" - "hakurei.app/internal/app/state" - "hakurei.app/internal/sys" - "hakurei.app/system" -) - -func FinaliseIParams(ctx context.Context, k sys.State, config *hst.Config, id *state.ID) (*system.I, *container.Params, error) { - seal := outcome{id: &stringPair[state.ID]{*id, id.String()}} - return seal.sys, seal.container, seal.finalise(ctx, k, config) -} -- cgit v1.3.1