d2h

command module
v0.0.0-...-be50a32 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2020 License: MIT Imports: 1 Imported by: 0

README

D2H CLI Application

To run the application:

  1. Create two MySQL DBs name with name d2h & d2h-test
  2. Import d2h.sql file to both the DBs.
  3. Once above steps are done, navigate to the project directory.
  4. Run the code using go run main.go
Tree
.
├── d2h.sql
├── db
│   └── db.go
├── go.mod
├── go.sum
├── LICENSE
├── main.go
├── README.md
├── services
    ├── cmd
    │   └── service
    │       └── service.go
    └── pkg
        ├── handlers
        │   └── handlers.go
        ├── menu
        │   └── menu.go
        ├── models
        │   ├── channels.go
        │   ├── info.go
        │   ├── packs.go
        │   ├── services.go
        │   ├── subscriptions.go
        │   └── users.go
        ├── repositories
        │   ├── repositories.go
        │   └── repositories_test.go
        └── service
            └── service.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
services

Jump to

Keyboard shortcuts

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