Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RemoveLibs = map[string][]string{ "fasthttp": {"github.com/prometheus/client_golang/prometheus/promhttp"}, "aws_lambda": {"{{.Repo}}/signals"}, } RemoveFiles = map[string][]string{ "aws_lambda": {"signals/signals.go"}, } )
Functions ¶
This section is empty.
Types ¶
type Action ¶
type ServiceType ¶ added in v0.1.5
type ServiceType string
const ( DaemonServiceType ServiceType = "daemon" LambdaServiceType ServiceType = "lambda" )
type TemplateResponse ¶
type TemplateResponse string