package
Version:
v0.0.0-...-3a7200f
Opens a new window with list of versions in this module.
Published: Mar 28, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
Href string `json:"href" bson:"href"`
}
type Links struct {
Item []Item `json:"item" bson:"item"`
}
type UriList struct {
NfType models.NfType `json:"nfType" bson:"nfType"`
Link Links `json:"_link" bson:"_link" mapstructure:"_link"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.