package repository import "context" type IRedDotRepo interface { ReadTrialQr(ctx context.Context, readDotType string, id string, userId string) error NotFound(err error) bool }