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

Function textWidget

backend/plugin/webhook/googlechat/googlechat.go:165–167  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

163}
164
165func textWidget(text string) Widget {
166 return textWidgetHTML(escapeText(text))
167}
168
169func textWidgetHTML(text string) Widget {
170 return Widget{TextParagraph: &TextParagraph{Text: text}}

Callers 1

BuildMessageFunction · 0.85

Calls 2

textWidgetHTMLFunction · 0.85
escapeTextFunction · 0.85

Tested by

no test coverage detected