mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
8 lines
279 B
Go
8 lines
279 B
Go
|
// Package stub provides interfaces and stub implementations.
|
||
|
//
|
||
|
// Packages in mox use these interfaces and implementations so other software
|
||
|
// reusing these packages won't have to take on unwanted dependencies.
|
||
|
//
|
||
|
// Stubs are provided for: metrics (prometheus).
|
||
|
package stub
|