From 87e008d56de974947ebb99c2cc40b25d3c2cf43e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 03:59:52 +0900 Subject: treewide: rename to hakurei Fortify makes little sense for a container tool. Signed-off-by: Ophestra --- hst/info.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hst/info.go (limited to 'hst/info.go') diff --git a/hst/info.go b/hst/info.go new file mode 100644 index 00000000..d887cf2f --- /dev/null +++ b/hst/info.go @@ -0,0 +1,5 @@ +package hst + +type Info struct { + User int `json:"user"` +} -- cgit v1.3.1