I am trying to build a KMIP server based in GO. In which one can easily integrate their KMS.
I am using chain of responsibility pattern to process KMIP packets.
This miss packet validations, like what is next packet.
But marshalling and un marshallinig is done.