aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/info.go
blob: d887cf2f53d8c1a5e65d12c00ff9e35e3eb250b4 (plain)
1
2
3
4
5
package hst

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