README ¶ Installation go get github.com/go-chassis/go-chassis-extension/codec/mcpack import in main.go import _ "github.com/go-chassis/go-chassis-extension/codec/mcpack" in chassis.yaml servicecomb: codec: plugin: mcpack Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type MCPack func (s *MCPack) Decode(data []byte, v any) error func (s *MCPack) Encode(v any) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MCPack ¶ type MCPack struct { } func (*MCPack) Decode ¶ func (s *MCPack) Decode(data []byte, v any) error func (*MCPack) Encode ¶ func (s *MCPack) Encode(v any) ([]byte, error) Source Files ¶ View all Source files mcpack_codec.go Click to show internal directories. Click to hide internal directories.