MCPcopy Create free account
hub / github.com/DoNewsCode/core / Codec

Struct Codec

codec/json/json.go:17–22  ·  view source on GitHub ↗

Codec is a Codec implementation with json.

Source from the content-addressed store, hash-verified

15
16// Codec is a Codec implementation with json.
17type Codec struct {
18 prefix string
19 indent string
20 marshalOptions protojson.MarshalOptions
21 unmarshalOptions protojson.UnmarshalOptions
22}
23
24// Option is the type of functional options to codec
25type Option func(*Codec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected