1
0
forked from rosa/hakurei

internal/stub: move from container

This package solves a very specific stubbing use case, in a less than elegant manner.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-17 16:09:14 +09:00
parent 722989c682
commit bac583f89e
57 changed files with 60 additions and 57 deletions

View File

@@ -10,7 +10,7 @@ import (
"testing"
"hakurei.app/container"
"hakurei.app/container/stub"
"hakurei.app/internal/stub"
"hakurei.app/message"
)

View File

@@ -8,7 +8,7 @@ import (
"syscall"
"testing"
"hakurei.app/container/stub"
"hakurei.app/internal/stub"
"hakurei.app/message"
)