mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-07-11 22:36:05 +08:00
Allow the virtual streams of a base module to be queryable in the database and API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user