Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Uri string Method string Headers http.Header ContentType string Cookies []*http.Cookie Body interface{} Request *http.Request RequestId string // contains filtered or unexported fields }
Context for peer request
func (*Context) AssignUser ¶
AssignUser when the context's user is not assign
type EnvcdActionFunc ¶
type EnvcdActionFunc func() *result.EnvcdResult
Click to show internal directories.
Click to hide internal directories.