diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-01 19:28:58 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-01 19:35:50 +0900 |
| commit | 35b714231768d11b82e575701ca5c7a081e2c542 (patch) | |
| tree | 2cb3550269f130c1643a5f07707ecf20d9c5ff5c /fst | |
| parent | c4d6651cae0fb1869ee65da0b66baae3828d73a2 (diff) | |
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>
Diffstat (limited to 'fst')
| -rw-r--r-- | fst/info.go | 5 |
1 files changed, 5 insertions, 0 deletions
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"` +} |
