orgs

package
v0.0.0-...-f484325 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2016 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Identifier

type Identifier struct {
	Authority       string `json:"authority"`
	IdentifierValue string `json:"identifierValue"`
}

type Organisation

type Organisation struct {
	Extinct                bool         `json:"extinct,omitempty"`
	FormerNames            []string     `json:"formerNames,omitempty"`
	HiddenLabel            string       `json:"hiddenLabel,omitempty"`
	Identifiers            []Identifier `json:"identifiers,omitempty"`
	IndustryClassification string       `json:"industryClassification,omitempty"`
	LegalName              string       `json:"legalName,omitempty"`
	LocalNames             []string     `json:"localNames,omitempty"`
	ParentOrganisation     string       `json:"parentOrganisation,omitempty"`
	ProperName             string       `json:"properName,omitempty"`
	ShortName              string       `json:"shortName,omitempty"`
	TradeNames             []string     `json:"tradeNames,omitempty"`
	Type                   string       `json:"type,omitempty"`
	UUID                   string       `json:"uuid"`
}

type RolesNeoEngine

type RolesNeoEngine struct {
	Cr neocypherrunner.CypherRunner
}

func (RolesNeoEngine) DecodeJSON

func (bnc RolesNeoEngine) DecodeJSON(dec *json.Decoder) (interface{}, string, error)

func (RolesNeoEngine) Delete

func (bnc RolesNeoEngine) Delete(identity string) (bool, error)

func (RolesNeoEngine) Read

func (bnc RolesNeoEngine) Read(identity string) (interface{}, bool, error)

func (RolesNeoEngine) SuggestedIndexes

func (bnc RolesNeoEngine) SuggestedIndexes() map[string]string

func (RolesNeoEngine) Write

func (bnc RolesNeoEngine) Write(obj interface{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL