Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESRESPONSERes ¶
type ESRESPONSERes struct { Text string `xml:",chardata"` ESRETURN ESRETURNPubRes `xml:"ES_RETURN"` ETRESULT ETRESULTPubRes `xml:"ET_RESULT"` }
type ESRETURNPubRes ¶
type ETRESULTPubRes ¶
type ETRESULTPubRes struct { Text string `xml:",chardata"` Item []ItemPubRes `xml:"item"` // 数组 }
type ItemPubRes ¶
type Items ¶
type Items struct {
// contains filtered or unexported fields
}
func NewItemRes ¶
func (*Items) Finish ¶
func (i *Items) Finish() []ItemPubRes
type MainDataMarJsonResponse ¶
type MainDataMarXmlResponse ¶
type MainDataMarXmlResponse struct { XMLName xml.Name `xml:"importCrcResponse"` Text string `xml:",chardata"` Prx string `xml:"prx,attr"` N0 string `xml:"n0,attr"` ESRESPONSE ESRESPONSERes `xml:"ES_RESPONSE"` }
ImportCrcResponse was generated 2024-06-28 14:54:59 by https://xml-to-go.github.io/ in Ukraine.
func RetMainDataMarJsonResponse ¶
func RetMainDataMarJsonResponse[T any](req req.MainDataManagerPubReqOfJSON[T], err error, items []ItemPubRes) MainDataMarXmlResponse
func RetMainDataMarXmlResponse ¶
func RetMainDataMarXmlResponse[T any](req req.MainDataManagerPubReqOfXML[T], err error, items []ItemPubRes) MainDataMarXmlResponse
Click to show internal directories.
Click to hide internal directories.