Documentation ¶
Index ¶
- type Shipping
- func (s *Shipping) CreateLabel(c *fiber.Ctx) error
- func (s *Shipping) GetAreas(c *fiber.Ctx) error
- func (s *Shipping) GetCities(c *fiber.Ctx) error
- func (s *Shipping) GetProvinces(c *fiber.Ctx) error
- func (s *Shipping) GetSuburbs(c *fiber.Ctx) error
- func (s *Shipping) ManualShipping(c *fiber.Ctx) error
- func (s *Shipping) Pricing(c *fiber.Ctx) error
- func (s *Shipping) RequestPickup(c *fiber.Ctx) error
- func (s *Shipping) Tracking(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shipping ¶
type Shipping struct {
// contains filtered or unexported fields
}
func NewShipping ¶
func (*Shipping) CreateLabel ¶
func (*Shipping) GetProvinces ¶
func (*Shipping) GetSuburbs ¶
func (*Shipping) ManualShipping ¶
func (*Shipping) RequestPickup ¶
Click to show internal directories.
Click to hide internal directories.