mirror of
https://github.com/SigNoz/signoz.git
synced 2026-02-03 08:33:26 +00:00
11 lines
347 B
YAML
11 lines
347 B
YAML
# Link to template variables: https://pkg.go.dev/github.com/vektra/mockery/v3/config#TemplateData
|
|
template: testify
|
|
packages:
|
|
github.com/SigNoz/signoz/pkg/alertmanager:
|
|
config:
|
|
all: true
|
|
dir: '{{.InterfaceDir}}/mocks'
|
|
filename: "mocks.go"
|
|
structname: 'Mock{{.InterfaceName}}'
|
|
pkgname: '{{.SrcPackageName}}mock'
|