Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function struct {
URL string
Name string
Image string
SkipLogging bool
CreatedTimestamp string
}
func FunctionFromModel ¶
type Invocation ¶
type Invocation struct {
ID string
FunctionName string
Status string
Timestamp string
Duration string
Input *string
Output *string
}
func InvocationFromModel ¶
func InvocationFromModel(in model.Invocation) Invocation
Click to show internal directories.
Click to hide internal directories.