package
0.0.0-20241213210829-8bcec8167a96
Repository: https://github.com/zejunzhou/ironfunctions-serverlessresearch.git
Documentation: pkg.go.dev

# Functions

IsStreamable says whether the given protocol can be used for streaming into hot functions.
New creates a valid protocol handler from a I/O pipe representing containers stdin/stdout.

# Constants

hot function protocols.
hot function protocols.
hot function protocols.

# Structs

DefaultProtocol is the protocol used by cold-containers.
HTTPProtocol converts stdin/stdout streams into HTTP/1.1 compliant communication.

# Interfaces

ContainerIO defines the interface used to talk to a hot function.

# Type aliases

Protocol defines all protocols that operates a ContainerIO.