These functions and plugins are only used during development, for automated testing, and occasionally for troubleshooting.
Normally you would not use these!
| Plugin/Function | Type | Description |
|---|---|---|
| mock | Function | Mock a plugin |
| mock_check | Function | Check expectations on a mock |
| mock_clear | Function | Resets all mocks |
| mock_replay | Function | Replay recorded calls on a mock |
| panic | Plugin | Crash the program with a panic! |
| profile | Plugin | Returns a profile dump from the running process |
| profile_goroutines | Plugin | Enumerates all running goroutines |
| profile_memory | Plugin | Enumerates all in use memory within the runtime |
| trace | Function | Upload a trace file |