context.go 153 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 package httpd import "github.com/jumpserver/koko/pkg/model" type WebContext struct { User *model.User Connection *Client Client *Client }