package
0.0.0-20190930002912-917641f8ea70
Repository: https://github.com/dotchain/dot.git
Documentation: pkg.go.dev

# Functions

Register registers the values with all the default codecs.

# Variables

DefaultCodecs is the default codecs list which contains a map of content-type to codec.

# Structs

Client implements the ops.Store interface by making network calls to the provided Url.
Handler implements ServerHTTP using the provided store and codecs map.

# Interfaces

Codec is the interface codecs will have to implement to marshal and unmarshal requests and responses.