types

package module
v0.0.0-...-154c96d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2021 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerResponse

type ContainerResponse struct {
	StartTime int64                 `json:"startTime"`
	EndTime   int64                 `json:"endTime"`
	Data      ContainerResponseData `json:"result"`
}

type ContainerResponseData

type ContainerResponseData struct {
	StatusCode int    `json:"statusCode"`
	Body       string `json:"body"`
}

type ExecSuccessResponse

type ExecSuccessResponse struct {
	Result                ContainerResponseData
	ExecutionTime         int64
	InternalExecutionTime int64
	Meta                  FunctionExecutionMetaData
}

type FunctionExecutionMetaData

type FunctionExecutionMetaData struct {
	ImageBuilt                 bool
	UsingPooledContainer       bool
	UsingExistingRestContainer bool
	ContainerName              string
	ImageName                  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL