diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-18 15:50:46 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-18 15:50:46 +0900 |
| commit | 2f676c9d6e7baac289409cbcabde5b6e53b32ec3 (patch) | |
| tree | 87f1080df09147f25435cbc44be98dba0f85750b /internal/app/export_test.go | |
| parent | bbace8f84bfcdff7f6b769b129faac33d44bcb52 (diff) | |
fst: rename from fipc
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/app/export_test.go')
| -rw-r--r-- | internal/app/export_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/app/export_test.go b/internal/app/export_test.go index 56eb4a31..90886e13 100644 --- a/internal/app/export_test.go +++ b/internal/app/export_test.go @@ -1,12 +1,13 @@ package app import ( + "git.ophivana.moe/security/fortify/fst" "git.ophivana.moe/security/fortify/helper/bwrap" "git.ophivana.moe/security/fortify/internal/linux" "git.ophivana.moe/security/fortify/internal/system" ) -func NewWithID(id ID, os linux.System) App { +func NewWithID(id fst.ID, os linux.System) App { a := new(app) a.id = &id a.os = os |
