Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHandler ¶
func MakeHandler(cfg Config) http.HandlerFunc
Types ¶
type Config ¶
type Config struct { Projects map[string]string LogLinkFormatter LogLinkFormatter }
type LogLinkFormatter ¶
type LogLinkFormatter int
const ( LogLinkFormatterKibana LogLinkFormatter = iota LogLinkFormatterGCP )
func ParseLogLinkFormatter ¶
func ParseLogLinkFormatter(in string) LogLinkFormatter
Click to show internal directories.
Click to hide internal directories.