(ctx context.Context, uuid string)
| 23 | FindByUUID(ctx context.Context, uuid string) (*Event, error) |
| 24 | FindAll(ctx context.Context, opts FindOptions) ([]Event, error) |
| 25 | Delete(ctx context.Context, uuid string) error |
| 26 | DeleteAll(ctx context.Context, opts DeleteOptions) error |
| 27 | Pin(ctx context.Context, uuid string) error |
| 28 | Unpin(ctx context.Context, uuid string) error |
no outgoing calls
no test coverage detected