package api type ProtoMessage interface { UnmarshalVT(dAtA []byte) error MarshalVT() (dAtA []byte, err error) }