import "go.chromium.org/luci/logdog/client/butler/output/null"
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.
Close implements output.Output
MaxSendBundles implements output.Output
MaxSize returns a large number instead of 0 because butler has bugs.
func (o *Output) SendBundle(b *logpb.ButlerLogBundle) error
SendBundle implements output.Output
Stats implements output.Output
func (o *Output) URLConstructionEnv() bootstrap.Environment
URLConstructionEnv implements output.Output
Package null imports 5 packages (graph) and is imported by 3 packages. Updated 2021-01-23. Refresh now. Tools for package owners.