Categorygithub.com/ArthurMichajlenko/gAPIServer
modulepackage
0.0.0-20201007104928-5487830586cf
Repository: https://github.com/arthurmichajlenko/gapiserver.git
Documentation: pkg.go.dev

# README

gAPIServer

API Server Gelibert App

# Functions

UnmarshalClients decode clients from JSON.
UnmarshalCourierCl decode CourierCl from JSON.
UnmarshalCouriers decode couriers from JSON.
UnmarshalGeodata decode Geodata from JSON.
UnmarshalOrders write Orders from JSON.

# Structs

Client is a single clients.
Consist products of Order (Delivery: 'true' deliver to Client, 'false' return from Client).
Courier is a single courier.
CourierCl courier data for REST from mobile client.
Geodata geodata about courier.
Order ...

# Type aliases

Clients is array of client.
Couriers is array of courier.
Orders slice of Order.