Files
2026-05-12 18:49:52 +08:00

6 lines
90 B
Go

package repository
import "errors"
var ErrEventNotFound = errors.New("event not found")