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 DocumentType ¶
type DocumentType struct {
Name string `json:"name"`
}
type Organization ¶ added in v0.11.1
type Scheme ¶
type Scheme struct { Organizations []model.Organization `json:"organizations"` AppManagers []AppManager `json:"appManagers"` DocumentTypes []DocumentType `json:"documentTypes"` }
Click to show internal directories.
Click to hide internal directories.