Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ApplicationName string ApplicationNamespace string Config config DefaultResponseFormat = RESPONSEFORMAT_JSON // Automatically populated by the build system (see Makefile / Dockerfile). BuildTimestamp string Vcs, VcsModified, VcsRevision, VcsTimestamp string )
Functions ¶
This section is empty.
Types ¶
type ResponseFormat ¶
type ResponseFormat int
const ( RESPONSEFORMAT_HTML ResponseFormat = iota RESPONSEFORMAT_JSON )
func ParseResponseFormat ¶
func ParseResponseFormat(format string) ResponseFormat
Click to show internal directories.
Click to hide internal directories.