Dir return the plugin directory (as an absolute path) on the filesystem
()
| 27 | type Plugin interface { |
| 28 | // Dir return the plugin directory (as an absolute path) on the filesystem |
| 29 | Dir() string |
| 30 | |
| 31 | // Metadata describes the plugin's type, version, etc. |
| 32 | // (This metadata type is the converted and plugin version independented in-memory representation of the plugin.yaml file) |
no outgoing calls