Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Process ¶
func Process(cache *sql.DB, resStore *storage.ResourceStore, pReqs []resource.ProcessingReq) []common.IndexDoc
Types ¶
type Authority ¶
type Authority struct { Uri string `json:"uri"` Id string `json:"id"` Type string `json:"type"` Name string `json:"name"` DisplayName string `json:"displayName"` Abstract string `json:"abstract"` Fields map[string]common.FlexArray `json:"fields,omitempty"` Deleted bool `json:"deleted"` SourceData string `json:"-"` }
type AuthorityTemplate ¶
Click to show internal directories.
Click to hide internal directories.