Daniel Ponte
dea092d448
Closes #14 Reviewed-on: #102 Co-authored-by: Daniel Ponte <amigan@gmail.com> Co-committed-by: Daniel Ponte <amigan@gmail.com>
15 lines
309 B
YAML
15 lines
309 B
YAML
dir: '{{.InterfaceDir}}/mocks'
|
|
mockname: "{{.InterfaceName}}"
|
|
outpkg: "mocks"
|
|
filename: "{{.InterfaceName}}.go"
|
|
with-expecter: true
|
|
packages:
|
|
dynatron.me/x/stillbox/pkg/database:
|
|
config:
|
|
interfaces:
|
|
Store:
|
|
DBTX:
|
|
dynatron.me/x/stillbox/pkg/rbac:
|
|
config:
|
|
interfaces:
|
|
RBAC:
|