Categorygithub.com/DIMO-Network/trips-api
module
0.7.1
Repository: https://github.com/dimo-network/trips-api.git
Documentation: pkg.go.dev

# README

trips-api

flowchart LR
  topic.device.trip.event --> trips-api
  topic.event --> trips-api

Trip opening:

{
  …,
  data: {
    id: "2XUPU7gd9TWnkwXLH6MuzxTMnCD",
    deviceId: "2XUPU7gd9TWnkwXLH6MuzxTMnCD",
    completed: false
    start: {
      time: "2023-10-30T09:22:21Z"
    }
  }
}

Migrations

goose -dir migrations create <migration_name> sql

Swagger

swag init -g ./cmd/trips-api/main.go --parseDependency --parseInternal --parseDepth 2

# Packages

No description provided by the author
Package docs Code generated by swaggo/swag.
No description provided by the author