()
| 38 | } |
| 39 | |
| 40 | func (m *Monitorable) GetDisplayName() string { |
| 41 | return "GitHub" |
| 42 | } |
| 43 | |
| 44 | func (m *Monitorable) Enable(variantName coreModels.VariantName) { |
| 45 | usecase := githubUsecase.NewGithubUsecase() |
nothing calls this directly
no outgoing calls
no test coverage detected