From 35b714231768d11b82e575701ca5c7a081e2c542 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 1 Jan 2025 19:28:58 +0900 Subject: fortify: show system info when instance is not specified This contains useful information not obtainable by external tools. Signed-off-by: Ophestra --- fst/info.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fst/info.go (limited to 'fst') diff --git a/fst/info.go b/fst/info.go new file mode 100644 index 00000000..8f7fbdb7 --- /dev/null +++ b/fst/info.go @@ -0,0 +1,5 @@ +package fst + +type Info struct { + User int `json:"user"` +} -- cgit v1.3.1