예제 #1
0
파일: act.py 프로젝트: hodovska/infra
	def __init__(self):
		MetaAct.__init__(
			self,
			"%s/input_schema.json" % getScriptDir(__file__)
		)

		self.packages = {}
예제 #2
0
파일: act.py 프로젝트: nforro/infra
    def __init__(self):
        MetaAct.__init__(self, "%s/input_schema.json" % getScriptDir(__file__))

        self.reference = {}
        self.compared_with = {}

        self.api_diff = {}
예제 #3
0
파일: act.py 프로젝트: nforro/infra
	def __init__(self):
		MetaAct.__init__(
			self,
			"%s/input_schema.json" % getScriptDir(__file__)
		)

		# TODO(jchaloup): extend the input schema to support query for multiple artefacts
		self.artefact = {}
예제 #4
0
파일: act.py 프로젝트: nforro/infra
	def __init__(self):
		MetaAct.__init__(
			self,
			"%s/input_schema.json" % getScriptDir(__file__)
		)

		self.itemset_info = {}
		self.items = {}
예제 #5
0
파일: act.py 프로젝트: nforro/infra
	def __init__(self):
		MetaAct.__init__(
			self,
			"%s/input_schema.json" % getScriptDir(__file__)
		)

		self.exported_api = {}
		self.packages = {}
		self.mappings = {}
예제 #6
0
파일: act.py 프로젝트: hodovska/infra
	def __init__(self):
		MetaAct.__init__(
			self,
			"%s/input_schema.json" % getScriptDir(__file__)
		)

		# extracted data
		self.golang_project_packages = {}
		self.golang_project_content_metadata = {}
예제 #7
0
파일: act.py 프로젝트: nforro/infra
	def __init__(self):
		MetaAct.__init__(
			self,
			"%s/input_schema.json" % getScriptDir(__file__)
		)

		self.itemset_info = {}
		self.items = {}

		self.product = ""
		self.distribution = ""
		self.package = ""
		self.start_timestamp = 0
		self.end_timestamp = 0