Documentation ¶
Index ¶
Constants ¶
View Source
const FilePrefix = "httpe-postrun"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostActionResponse ¶
type PostActionResponse struct { ActionType string `json:"action_type"` actions.ActionResponse InternalError string `json:"internal_error"` }
type PostActionResponseWriter ¶
type PostActionResponseWriter struct {
// contains filtered or unexported fields
}
func (*PostActionResponseWriter) AddActionResponse ¶
func (p *PostActionResponseWriter) AddActionResponse(t string, actionResponse actions.ActionResponse, err error)
func (*PostActionResponseWriter) Write ¶
func (p *PostActionResponseWriter) Write()
Click to show internal directories.
Click to hide internal directories.