1// Package stub provides interfaces and stub implementations.
2//
3// Packages in mox use these interfaces and implementations so other software
4// reusing these packages won't have to take on unwanted dependencies.
5//
6// Stubs are provided for: metrics (prometheus).
7package stub
8