Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
JSON jsonFormatter
)
View Source
var (
PlainText plainTextFormatter
)
Functions ¶
This section is empty.
Types ¶
type ResponseFormatter ¶
type ResponseFormatter interface {
RespondWithHistory(http.ResponseWriter, []deploy.Deploy) error
RespondWithError(http.ResponseWriter, error, int) error
}
Click to show internal directories.
Click to hide internal directories.