GetID returns the unique identifier for this engine
()
| 91 | type Engine interface { |
| 92 | // GetID returns the unique identifier for this engine |
| 93 | GetID() string |
| 94 | |
| 95 | // GetDisplayName returns the human-readable name for this engine |
| 96 | GetDisplayName() string |
no outgoing calls