Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goadesign/goa
/ textEncoder
Struct
textEncoder
http/encoding.go:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
type
textEncoder
struct
{
311
w io.Writer
312
ct string
313
}
314
315
func
(e *textEncoder) Encode(v any) (err error) {
316
switch
c := v.(
type
) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected