bindings

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 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 File added in v0.1.6

type File struct {
	Content     []byte
	Extension   string
	ContentType string
	Binding     string
	Type        string
}

type Function added in v0.1.6

type Function struct {
	Identifier string
	Source     []byte
	Files      []File
}

type Metadata

type Metadata struct {
	BodyPart string   `json:"body_part"`
	Bindings []Worker `json:"bindings"`
}

type UploadedFunction added in v0.1.7

type UploadedFunction struct {
	Identifier string
	Subdomain  string
}

type Worker

type Worker struct {
	Type string `json:"type"`
	Name string `json:"name"`
	Part string `json:"part"`
}

Jump to

Keyboard shortcuts

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