// Package typer defines a type identity interface for self-registering // message handlers. package typer type T interface { Type() []byte }