fortify/fst/info.go
Ophestra 35b7142317
All checks were successful
Tests / Go tests (push) Successful in 38s
Nix / NixOS tests (push) Successful in 4m32s
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>
2025-01-01 19:35:50 +09:00

6 lines
58 B
Go

package fst
type Info struct {
User int `json:"user"`
}