fortify: show system info when instance is not specified

This contains useful information not obtainable by external tools.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-01 19:28:58 +09:00
parent c4d6651cae
commit 35b7142317
3 changed files with 46 additions and 23 deletions

5
fst/info.go Normal file
View File

@@ -0,0 +1,5 @@
package fst
type Info struct {
User int `json:"user"`
}