(name string)
| 87 | type SessionStoreV2 interface { |
| 88 | SaveSessionV2(name string, sd *models.SessionData) error |
| 89 | LoadSessionV2(name string) (*models.SessionData, error) |
| 90 | } |
| 91 | |
| 92 | // AlertInfo represents a watcher alert exposed to the AIOps operator. |
no outgoing calls
no test coverage detected