package
Version:
v0.0.0-...-116e6c7
Opens a new window with list of versions in this module.
Published: Oct 20, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Import takes a .json file returned from a SPARQL query to the Zefix API and
imports it into the database
type Company struct {
LegalName string `gorm:"primaryKey,index:idx_legaln_name" json:"legalName"`
Name string `gorm:"index:idx_legaln_name" json:"name"`
Uri string `json:"uri"`
Locality string `json:"locality"`
Type string `gorm:"index" json:"type"`
Address string `json:"address"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.