Open mqf20 opened 1 month ago
For example, there is a func (v EntityUID) MarshalCedar() []byte receiver:
func (v EntityUID) MarshalCedar() []byte
MarshalCedar produces a valid MarshalCedar language representation of the EntityUID, e.g. Type::"id".
Type::"id"
Should there also be a func (v *EntityUID) UnmarshalCedar(b []byte) error receiver?
func (v *EntityUID) UnmarshalCedar(b []byte) error
For example, there is a
func (v EntityUID) MarshalCedar() []byte
receiver:Should there also be a
func (v *EntityUID) UnmarshalCedar(b []byte) error
receiver?