package
0.5.11
Repository: https://github.com/go-jimu/components.git
Documentation: pkg.go.dev

# README

encoding

Usage

import (
    _ "github.com/go-jimu/components/encoding/json"
    _ "github.com/go-jimu/components/encoding/yaml"
    _ "github.com/go-jimu/components/encoding/toml"
)

# Packages

No description provided by the author
Package proto defines the protobuf codec.
No description provided by the author
No description provided by the author

# Functions

GetCodec gets a registered Codec by content-subtype, or nil if no Codec is registered for the content-subtype.
RegisterCodec registers the provided Codec for use with all Transport clients and servers.

# Interfaces

Codec defines the interface Transport uses to encode and decode messages.