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

Method WriteString

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

Source from the content-addressed store, hash-verified

85 ViewC(code int, name string) error
86 Write(code int, content []byte) (int, error)
87 WriteString(contents ...interface{}) error
88 WriteStringC(code int, contents ...interface{}) error
89 WriteHtml(contents ...interface{}) error
90 WriteHtmlC(code int, contents ...interface{}) error

Callers 15

wrapRouterHandleMethod · 0.65
TestWriteStringFunction · 0.65
RegisterStringMethod · 0.65
WriteStringMethod · 0.65
showQueryFunction · 0.65
IndexFunction · 0.65
ShowMiddlewaresFunction · 0.65
mainFunction · 0.65

Implementers 1

HttpContextcontext.go

Calls

no outgoing calls

Tested by 6

TestWriteStringFunction · 0.52
TestBindFunction · 0.52