# Interfaces

go:generate counterfeiter -o ../fakes/marshaler.go --fake-name Marshaler .
go:generate counterfeiter -o ../fakes/unmarshaler.go --fake-name Unmarshaler .

# Type aliases

No description provided by the author
No description provided by the author