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

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