MCPcopy
hub / github.com/gofiber/fiber / Bytes

Method Bytes

internal/logtemplate/template.go:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 ReadFrom(r io.Reader) (int64, error)
25 WriteTo(w io.Writer) (int64, error)
26 Bytes() []byte
27 Write(p []byte) (int, error)
28 WriteByte(c byte) error
29 WriteString(s string) (int, error)

Implementers 1

failingContextBufferlog/context_test.go

Calls

no outgoing calls