authority

package
v0.0.0-...-9c67b44 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: GPL-3.0 Imports: 10 Imported by: 0

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

type AuthorityTemplate interface {
	Apply() (Authority, error)
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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