Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Function-Response-Time // ref: https://github.com/morty-faas/morty/issues/25 HttpHeaderFunctionResponseTime string = "Function-Response-Time" // Orchestrate-Response-Time // ref: https://github.com/morty-faas/morty/issues/25 HttpHeaderOrchestrateResponseTime string = "Orchestrate-Response-Time" // Morty-Response-Time // ref: https://github.com/morty-faas/morty/issues/25 HttpHeaderMortyResponseTime string = "Morty-Response-Time" )
Variables ¶
View Source
var ( RootCmd = &cobra.Command{ Use: "function", Aliases: []string{"fn"}, Short: "Manage functions from the CLI", Long: `Manage functions from the CLI`, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.