b1f8ac453b
feat!: base template * first bit of templating * codeowners * linuxbased * restart * baseline project * add grpc api and basic integration test * startqueue * queueMsg * splitscripts * migrations * queueintegrationtest * gateway
12 lines
307 B
YAML
12 lines
307 B
YAML
quiet: True
|
|
disable-version-string: True
|
|
with-expecter: True
|
|
mockname: "mock{{.InterfaceName}}"
|
|
filename: "{{ .InterfaceName | lower }}_mock_test.go"
|
|
outpkg: "{{.PackageName}}_test"
|
|
dir: "{{.InterfaceDir}}"
|
|
packages:
|
|
github.com/testcontainers/testcontainers-go/wait:
|
|
interfaces:
|
|
StrategyTarget:
|