Documentation ¶
Index ¶
Constants ¶
View Source
const ( BandStdout = 1 BandStderr = 2 )
BandStdout and BandStderr are the pktline band ID's for stdout and stderr, respectively.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StdoutStderrResponse ¶
type StdoutStderrResponse interface { GetExitStatus() *gitalypb.ExitStatus GetStderr() []byte GetStdout() []byte }
StdoutStderrResponse is an interface for RPC responses that need to stream stderr and stdout
Click to show internal directories.
Click to hide internal directories.