- Rename all references of
HyperBuffs
toHyperbuffs
- Note capitalization change
- This may require a clean build, e.g.
mix clean
andMIX_ENV=test mix clean
- Removes all
defs: ...
fromuse Hyperbuffs.View
- Add
use Hyperbuffs.Router
and preferable start using theservice
route function - Use protobuf-elixir instead of ExProtobufs
- Install
protobuf-elixir
- Move proto definitions to
priv/protos
- Run
protoc
to generate protobufs
- Install