sesamy-go/measurementprotocol/v2/unmarshaler.go
2024-03-08 09:26:22 +01:00

6 lines
71 B
Go

package v2
type Unmarshler interface {
UnmarshalMPv2(*Event) error
}