package adapter import "errors" var ( errInvalidSortValue = errors.New("invalid sort value") )