package
Version:
v0.0.0-...-61b73f6
Opens a new window with list of versions in this module.
Published: Apr 8, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Function struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Labels map[string]string `json:"labels"`
}
type FunctionEvent struct {
Type string `json:"type"`
Function Function `json:"function"`
}
type FunctionListQueryResponse struct {
Functions []Function
}
type FunctionMetadataInput struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.