MCPcopy Create free account
hub / github.com/dolanor/rip / Encoder

Struct Encoder

encoding/html/html.go:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type Encoder struct {
82 w io.Writer
83 pathPrefix string
84 config EncoderConfig
85}
86
87func NewEncoder(pathPrefix string, opts ...Option) func(w io.Writer) *Encoder {
88 cfg := EncoderConfig{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected