-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy path.mockery.yml
More file actions
13 lines (13 loc) 路 806 Bytes
/
Copy path.mockery.yml
File metadata and controls
13 lines (13 loc) 路 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
dir: '{{.InterfaceDir}}/{{.SrcPackageName}}mock'
filename: mocks.go
force-file-write: true
structname: '{{.InterfaceName}}'
pkgname: '{{.SrcPackageName}}mock'
template: testify
packages:
github.com/slok/sloth/internal/app/generate: {interfaces: {SLOPluginGetter}}
github.com/slok/sloth/internal/storage/fs: {interfaces: {SLIPluginLoader,SLOPluginLoader, K8sTransformPluginLoader}}
github.com/slok/sloth/internal/http/backend/storage: {interfaces: {SLOGetter, ServiceGetter}}
github.com/slok/sloth/internal/http/backend/storage/prometheus: {interfaces: {PrometheusAPIClient}}
github.com/slok/sloth/internal/http/ui: {interfaces: {ServiceApp}}
github.com/slok/sloth/internal/http/mcp/tools: {interfaces: {SLOLister, SLOGetter, ServiceLister, BurnedBudgetRangeLister, SLIAvailabilityRangeLister}}