Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCypherBrandsService ¶
func NewCypherBrandsService(cypherRunner neoutils.NeoConnection) service
NewCypherBrandsService provides functions for create, update, delete operations on brands in Neo4j, plus other utility functions needed for a service
Types ¶
type Brand ¶
type Brand struct { UUID string `json:"uuid"` PrefLabel string `json:"prefLabel"` Description string `json:"description"` ParentUUID string `json:"parentUUID,omitempty"` Strapline string `json:"strapline"` DescriptionXML string `json:"descriptionXML"` ImageURL string `json:"_imageUrl"` // TODO this is a temporary thing - needs to be integrated into images properly AlternativeIdentifiers alternativeIdentifiers `json:"alternativeIdentifiers"` Types []string `json:"types,omitempty"` Aliases []string `json:"aliases,omitempty"` }
Brand structure used by API
Click to show internal directories.
Click to hide internal directories.