package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 9, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var FunctionsCmd = &cobra.Command{
Use: "functions",
Short: "Manage functions",
Long: `List, create, update, and delete serverless functions.`,
}
FunctionsCmd manages functions
type FunctionInfo struct {
ID string `json:"$id"`
Name string `json:"name"`
Runtime string `json:"runtime"`
Enabled bool `json:"enabled"`
Entrypoint string `json:"entrypoint"`
Timeout int `json:"timeout"`
CreatedAt string `json:"$createdAt,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.