# Functions
AddRunner adds gRPC metadata to an outgoing context to indicate that RPCs sent with the returned context having the given runner (specified by id) attached to the sending client, allow the server to target jobs back to the client that performed an RPC call.
OutgoingRunnerId returns the runner id attached to the context as grpc Metadata.
RunnerId returns the runner id attached to the incoming context as grpc Metadata.