FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/mockgen.yaml at main · PithomLabs/sourcegraph · GitHub
PithomLabs
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
mockgen.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (27 loc) · 1.38 KB
Breadcrumbs
sourcegraph
/
mockgen.yaml
Copy path
File metadata and controls
28 lines (27 loc) · 1.38 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
To generate a new mock struct from an interface definition, add a new entry to one of
#
the lists in a file below (or create a new file if the current categories do not fit).
#
#
Each item will need to supply the following pieces of information:
#
#
(1) First, you will need to give a target filename
#
(2) Second, you will need to supply a target import path and interface name. If the
#
set of interface definitions you are mocking are all from the same package, then
#
you can supply a `path` and `interfaces` key which take a string and string array,
#
respectively. If the set of interface definitions you are mocking come from multiple
#
import paths, you can supply a `sources` array, each item containing a `path` and
#
`interfaces` key.
#
#
By convention, you should generate mocks next to the CONSUMER of an interface, not the
#
definition. It is NOT considered an anti-pattern to generate multiple mocks for the same
#
shared interface.
#
#
By convention, the filename containing generated mocks should be `mocks_test.go`.
include-config-paths
:
-
mockgen.test.yaml
-
mockgen.temp.yaml
force
:
true
goimports
:
./.bin/goimports
file-prefix
:
|
This file was generated by running `sg generate` (or `go-mockgen`) at the root of
this repository. To add additional mocks to this or another package, add a new entry
to the mockgen.yaml file in the root of this repository.
Back
|
FazBrowse Home
|
New Git URL