MCPcopy Create free account
hub / github.com/AdRoll/baker / Base

Struct Base

input/inputtest/base.go:7–7  ·  view source on GitHub ↗

Base is a nop implementation of baker.Input useful to be embedded in tests and to redeclare one or more methods.

Source from the content-addressed store, hash-verified

5// Base is a nop implementation of baker.Input useful to be embedded in tests
6// and to redeclare one or more methods.
7type Base struct{}
8
9func (Base) Run(_ chan<- *baker.Data) error { return nil }
10func (Base) Stop() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected