package service import "errors" var ErrNotFound = errors.New("query target not found")