Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIToken ¶ added in v1.1.0
func APITokenFromModel ¶ added in v1.1.0
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
Image string
Status string
Timestamp string
Duration string
ClientName string
Input *string
Output *string
}
func InvocationFromModel ¶
func InvocationFromModel(in model.Invocation) Invocation
Click to show internal directories.
Click to hide internal directories.