package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Apr 21, 2022
License: Apache-2.0
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 CNJArray struct {
SearchName string `json:"SearchName,omitempty"`
IdItem string `json:"IdItem,omitempty"`
IdItemUpper string `json:"IdItemUpper,omitempty"`
Name string `json:"Name,omitempty"`
}
type DocumentCNJ struct {
IdItem string `json:"IdItem,omitempty"`
IdItemUpper string `json:"IdItemUpper,omitempty"`
Name string `json:"Name,omitempty"`
}
type FinalData struct {
Id string `json:"Id,omitempty"`
SearchName string `json:"SearchName,omitempty"`
CNJId string `json:"CNJId,omitempty"`
CNJIdUpper string `json:"CNJIdUpper,omitempty"`
CNJName string `json:"CNJName,omitempty"`
CnjReturn []CNJArray `json:"CnjReturn,omitempty"`
}
type RawDocument struct {
IdItem string `json:"IdItem,omitempty"`
Name string `json:"Name,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.