Beispiel #1
0
	def _generateGolangProjectDistributionExportedAPI(self):
		artefact = FakeGoSymbolExtractor._generateGolangProjectExportedAPI(self)

		artefact["product"] = self.distribution
		artefact["distribution"] = self.product
		artefact["rpm"] = self.rpm
		artefact["build"] = self.build

		return artefact