The highest tagged major version is
v3.
package
Version:
v1.11.21
Opens a new window with list of versions in this module.
Published: Aug 28, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OPField struct {
ID string `json:"n"`
Type string `json:"k"`
Label string `json:"t,omitempty"`
Value string `json:"v,omitempty"`
}
OPField represents a Field.
type OPItem struct {
Sections []*OPSection `json:"sections"`
}
OPItem represents an Item.
type OPSection struct {
Fields []*OPField `json:"fields"`
}
OPSection represents a Section.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.