Documentation
¶
Index ¶
- func ArrayContains(array []string, item string) bool
- func CreateFormReader(data map[string]string) io.Reader
- func ParseCsrfToken(e *colly.HTMLElement) string
- type DataHistory
- type DetailDelivery
- type DetailHistory
- type DetailShipment
- type DetailStatus
- type DetailTracking
- type ReceiverInfo
- type ResultDelivery
- type ResultShipment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayContains ¶
func ParseCsrfToken ¶
func ParseCsrfToken(e *colly.HTMLElement) string
Types ¶
type DataHistory ¶
type DetailDelivery ¶
type DetailHistory ¶
type DetailHistory struct {
Data []DataHistory
Receiver ReceiverInfo
}
func ParseDetailHistory ¶
func ParseDetailHistory(h *colly.HTMLElement) DetailHistory
type DetailShipment ¶
type DetailStatus ¶
type DetailTracking ¶
type DetailTracking struct {
Data struct {
Delivery []DetailDelivery
History DetailHistory
Shipment []DetailShipment
}
Status DetailStatus
}
type ReceiverInfo ¶
type ResultDelivery ¶
type ResultDelivery []DetailDelivery
func ParseDeliveryDetail ¶
func ParseDeliveryDetail(h *colly.HTMLElement) ResultDelivery
type ResultShipment ¶
type ResultShipment []DetailShipment
func ParseDetailShipment ¶
func ParseDetailShipment(h *colly.HTMLElement) ResultShipment
Click to show internal directories.
Click to hide internal directories.