MCPcopy Create free account
hub / github.com/bytebase/bytebase / WebhookSectionFact

Struct WebhookSectionFact

backend/plugin/webhook/teams/teams.go:60–63  ·  view source on GitHub ↗

WebhookSectionFact is the API message for Teams webhook section fact.

Source from the content-addressed store, hash-verified

58
59// WebhookSectionFact is the API message for Teams webhook section fact.
60type WebhookSectionFact struct {
61 Name string `json:"name"`
62 Value string `json:"value"`
63}
64
65// WebhookSection is the API message for Teams webhook section.
66type WebhookSection struct {

Callers 1

postMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected