Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output struct {
// contains filtered or unexported fields
}
Output implements the butler output.Output interface, but sends the data nowhere.
Output does collect stats, however.
func (*Output) MaxSendBundles ¶
MaxSendBundles implements output.Output
func (*Output) SendBundle ¶
func (o *Output) SendBundle(b *logpb.ButlerLogBundle) error
SendBundle implements output.Output
func (*Output) URLConstructionEnv ¶
func (o *Output) URLConstructionEnv() bootstrap.Environment
URLConstructionEnv implements output.Output
Click to show internal directories.
Click to hide internal directories.