my_tracker

package module
v0.0.0-...-c227db8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2019 License: MIT Imports: 4 Imported by: 0

README

my_tracker

Malaysia's Shipment Tracking API

Supported vendor
  • PosLaju
  • J & T Express
USAGE
package main

import (
	"fmt"
	"github.com/arma7x/my_tracker"
)

func main() {
	fmt.Println(my_tracker.PosLaju("TRACK_CODE_HERE"))
	fmt.Println(my_tracker.JnT("TRACK_CODE_HERE"))
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log struct {
	Date    string
	Event   string
	Process string
}

func JnT

func JnT(serial string) ([]Log, error)

func PosLaju

func PosLaju(serial string) ([]Log, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL