mock: Add mock config interface

This commit is contained in:
2025-01-28 13:45:48 -05:00
parent ea41137c9c
commit 7e5a78fef7
3 changed files with 75 additions and 0 deletions

3
mock/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package mock implements mock interface implementations and other utilities
// for testing actors.
package mock