MCPcopy Create free account
hub / github.com/monitoror/monitoror / GetDisplayName

Method GetDisplayName

monitorables/github/github_faker.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (m *Monitorable) GetDisplayName() string {
41 return "GitHub"
42}
43
44func (m *Monitorable) Enable(variantName coreModels.VariantName) {
45 usecase := githubUsecase.NewGithubUsecase()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected