package protocols // Protocol is an interface implemented by a protocol to be templated. type Protocol interface { }