Path is the canonical slash-separated path, rootless ("docs/+update").
()
| 28 | type CommandView interface { |
| 29 | // Path is the canonical slash-separated path, rootless ("docs/+update"). |
| 30 | Path() string |
| 31 | |
| 32 | // Domain returns the business domain ("docs", "im", "") inherited from |
| 33 | // the nearest ancestor with a cmdmeta.domain annotation. Empty string |
no outgoing calls