models

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiErrorResponse

type ApiErrorResponse struct {
	Message string `json:"message"`
}

type Function

type Function struct {
	UUID           string `json:"uuid"`
	Name           string `json:"name"`
	CodeLocation   string `json:"codeLocation"`
	RootFsLocation string `json:"rootFsLocation"`
	Status         string `json:"status"`
	Handler        string `json:"handler"`
	Runtime        string `json:"runtime"`
}

type InvokeResponse

type InvokeResponse struct {
	InvocationResponse map[string]interface{} `json:"invocationResponse"`
	StatusCode         int
}

type ListFunctionsResponse

type ListFunctionsResponse struct {
	Functions []Function `json:"functions"`
}

type UploadErrorResponse

type UploadErrorResponse struct {
	Message string `json:"message"`
}

type UploadResponse

type UploadResponse struct {
	Location string `json:"location"`
}

Jump to

Keyboard shortcuts

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