mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
6 lines
71 B
Go
6 lines
71 B
Go
package v2
|
|
|
|
type Unmarshler interface {
|
|
UnmarshalMPv2(*Event) error
|
|
}
|