# Constants
BlobBindingType represents a blob binding in function load request from the host.
BlobTriggerType represents a blob trigger in function load request from host.
Types of page blobs.
Types of page blobs.
Types of page blobs.
HTTPBindingType represents a HTTP binding in function load request from the host.
HTTPTriggerType represents a HTTP trigger in function load request from the host.
# Variables
StringToType - Because we don't have go/types information, we need to map the type info from the AST (which is string) to the actual types - see loader.go:83 investiage automatically adding here all types from package azfunc.
# Structs
BlobInput contains the data from a blob as string.
BlobProperties contains various properties of a blob returned in various endpoints like ListBlobs or GetBlobProperties.
Context contains the runtime context of the function.
Func contains a function symbol with in and out param types.
HTTPRequest contains the HTTP request received from the Azure Functions runtime.
Sys - to clarify the name / use of this type.
# Type aliases
BindingType contains the Azure Functions binding type.
BlobType defines the type of the Azure Blob.