Version is semver; bumped when the surface changes.
()
| 96 | |
| 97 | // Version is semver; bumped when the surface changes. |
| 98 | func (*BuiltinKnowledgePlugin) Version() string { return "1.0.0" } |
| 99 | |
| 100 | // Path is empty for builtin plugins. |
| 101 | func (*BuiltinKnowledgePlugin) Path() string { return "" } |
no outgoing calls