Files

6 lines
90 B
Go
Raw Permalink Normal View History

2026-05-12 18:49:52 +08:00
package repository
import "errors"
var ErrEventNotFound = errors.New("event not found")