package
0.0.0-20180820112432-d59d7d1c40b2
Repository: https://github.com/iron-io/functions.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.
# 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.