# Functions
MockStreamRequestsWithCancel discards all requests until you call the cancel function.
# Structs
StreamRequest is the message used to begin streaming for a container (requests goes from ExecService / ExecStep to StreamBuild in executor).
# Type aliases
StreamFunc is either StreamService or StreamStep in executor.Engine.