tracking

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllStatus

type AllStatus struct {
	Status string `json:"status"`
	Data   struct {
		Title      string `json:"title"`
		Content    string `json:"content"`
		StatusCode int    `json:"statusCode"`
		Rows       []struct {
			ID          int    `json:"id"`
			Name        string `json:"name"`
			Description string `json:"description"`
		} `json:"rows"`
	} `json:"data"`
}

AllStatus struct contains response from API GetAllStatus.

func GetAllStatus

func GetAllStatus() (AllStatus, error)

GetAllStatus gets all Tracking status.

func GetAllStatusWithContext

func GetAllStatusWithContext(ctx context.Context) (AllStatus, error)

GetAllStatusWithContext gets all Tracking status with context.

Jump to

Keyboard shortcuts

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