MCPcopy Create free account
hub / github.com/devfeel/dotweb / WriteHtml

Method WriteHtml

context.go:89–89  ·  view source on GitHub ↗
(contents ...interface{})

Source from the content-addressed store, hash-verified

87 WriteString(contents ...interface{}) error
88 WriteStringC(code int, contents ...interface{}) error
89 WriteHtml(contents ...interface{}) error
90 WriteHtmlC(code int, contents ...interface{}) error
91 WriteBlob(contentType string, b []byte) error
92 WriteBlobC(code int, contentType string, b []byte) error

Callers 3

showIntervalDataPrettyFunction · 0.65
showServerStateFunction · 0.65
showRoutersFunction · 0.65

Implementers 1

HttpContextcontext.go

Calls

no outgoing calls

Tested by

no test coverage detected