model

package
v0.17.21 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2025 License: EUPL-1.2 Imports: 1 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppManager added in v0.12.2

type AppManager struct {
	Oin          string `json:"oin"`
	Name         string `json:"name"`
	DiscoveryUrl string `json:"discoveryUrl"`
	PublicKey    string `json:"publicKey"`
}

type DocumentType

type DocumentType struct {
	Name string `json:"name"`
}

type Organization added in v0.11.1

type Organization struct {
	Oin          string `json:"oin"`
	Name         string `json:"name"`
	DiscoveryUrl string `json:"discoveryUrl"`
	PublicKey    string `json:"publicKey"`
	LogoUrl      string `json:"logoUrl"`
}

type Scheme

type Scheme struct {
	Organizations []model.Organization `json:"organizations"`
	AppManagers   []AppManager         `json:"appManagers"`
	DocumentTypes []DocumentType       `json:"documentTypes"`
}

Jump to

Keyboard shortcuts

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