app

package
v0.0.0-...-dbc4f57 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateSession

func CreateSession(config utils.Config, locationId string, contractId string)

func GetLocationId

func GetLocationId(config utils.Config, timestamp string) string

func GetPrice

func GetPrice(config utils.Config) string

Types

type Document

type Document struct {
	Availablecars []struct {
		Charges struct {
			PAYLATER struct {
				ChargeType        string `json:"charge_type"`
				TotalPricePayment struct {
					Amount string `json:"amount"`
					Symbol string `json:"symbol"`
				} `json:"total_price_payment"`
			} `json:"PAYLATER"`
		} `json:"charges"`
		Code                   string `json:"code"`
		MakeModelOrSimilarText string `json:"make_model_or_similar_text"`
	} `json:"availablecars"`
}

Jump to

Keyboard shortcuts

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