Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Concept ¶
type Concept struct {
ID string
UUID string
PrefLabel string
APIURL string
Labels []string
LeiCode string
FactsetIDs []string
FigiCodes []string
NAICSIndustryClassifications []NAICSIndustryClassification
AlternativeLabels []string
// AlternativeLabels contains the values of:
Aliases []string
FormerNames []string
ProperName string
ShortName string
TradeNames []string
}
Concept is the model for the data read from the data source
type NAICSIndustryClassification ¶ added in v1.3.0
type NeoService ¶
NeoService is the implementation of Service for Neo4j
func NewNeoService ¶
func NewNeoService(driver *cmneo4j.Driver, neoURL string) *NeoService
Returns a new NeoService
func (*NeoService) CheckConnectivity ¶
func (s *NeoService) CheckConnectivity() (string, error)
Click to show internal directories.
Click to hide internal directories.