# Functions
JSONToProto converts JSON-encoded pipeline options to a proto struct.
MakePipelineOptionsFileAndEnvVar writes the pipeline options to a file.
NewBufferedLogger returns a new BufferedLogger type by reference.
NewBufferedLoggerWithFlushInterval returns a new BufferedLogger type by reference.
OptionsToProto converts pipeline options to a proto struct via JSON.
ProtoToJSON converts pipeline options from a proto struct to JSON.
ProtoToOptions converts pipeline options from a proto struct via JSON.
ProvisionInfo returns the runtime provisioning info for the worker.
# Structs
BufferedLogger is a wrapper around the FnAPI logging client meant to be used in place of stdout and stderr in bootloader subprocesses.
Logger is a wrapper around the FnAPI Logging Client, intended for container boot loader use.