Skip to content

Commit

Permalink
Add note about InterfaceDir template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp authored Mar 9, 2023
1 parent 1234a24 commit 284fce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The template variables available for your use are:

| name | description |
|------|-------------|
| InterfaceDir | The path of the original interface being mocked. This can be used as `#!yaml dir: "{{.InterfaceDir}}"` to place your mocks adjacent to the original interface. This should not be used for external interfaces. |
| InterfaceName | The name of the original interface being mocked |
| PackageName | The name of the package from the original interface |
| Package Path | The fully qualified package path of the original interface |
Expand Down

0 comments on commit 284fce2

Please sign in to comment.