command/builder_pipe.go
exported method PipeBuilder.SetCaptureOutput should have comment or be unexported Open
Open
func (b *PipeBuilder) SetCaptureOutput(capture bool) {
- Exclude checks
exported type PipeBuilder should have comment or be unexported Open
Open
type PipeBuilder struct {
- Exclude checks
exported method PipeBuilder.SetOutputWriter should have comment or be unexported Open
Open
func (b *PipeBuilder) SetOutputWriter(w io.Writer) {
- Exclude checks
exported method PipeBuilder.SetErrorWriter should have comment or be unexported Open
Open
func (b *PipeBuilder) SetErrorWriter(w io.Writer) {
- Exclude checks
exported method PipeBuilder.SetCommand should have comment or be unexported Open
Open
func (b *PipeBuilder) SetCommand(cmd string) {
- Exclude checks
exported method PipeBuilder.GetCommand should have comment or be unexported Open
Open
func (b *PipeBuilder) GetCommand(p delivery.Properties, d delivery.Info, body []byte) (*exec.Cmd, error) {
- Exclude checks