types

package
v0.0.0-...-0257ec7 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ColdTriggerEvent

type ColdTriggerEvent struct {
	FuncName  string      `json:"funcName"`
	ImageName string      `json:"imageName"`
	Payload   interface{} `json:"payload"`
}

ColdTriggerEvent model

type FuncResult

type FuncResult struct {
	FuncName string      `json:"funcName" bson:"name"`
	Data     interface{} `json:"data" bson:"data"`
}

FuncResult model

type FuncSpecs

type FuncSpecs struct {
	FuncName    string `json:"funcName"`
	TriggerType string `json:"triggerType"`
	ImageName   string `json:"imageName"`
	FuncPort    int32  `json:"funcPort"`
	Instances   int32  `json:"instances"`
}

FuncSpecs model

type HTTPTriggerRequest

type HTTPTriggerRequest struct {
	FuncName string      `json:"funcName"`
	Payload  interface{} `json:"payload"`
}

HTTPTriggerRequest model

Jump to

Keyboard shortcuts

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