Allow the virtual streams of a base module to be queryable in the database and API

This commit is contained in:
mprahl
2019-04-22 11:04:11 -04:00
parent 16091b7d86
commit 00daedccfd
12 changed files with 281 additions and 35 deletions

View File

@@ -107,7 +107,7 @@ class GenericResolver(six.with_metaclass(ABCMeta)):
@abstractmethod
def get_module_modulemds(self, name, stream, version=None, context=None, strict=False,
stream_version_lte=None):
stream_version_lte=None, virtual_streams=None):
raise NotImplementedError()
@abstractmethod