moreirathomas/golastic

Create base file architecture

Closed this issue · 0 comments

.
├── cmd
├── internal
│   ├── http
│   └── repository
└── pkg
  • cmd has one executable.
  • internal defines at its root our entities and usecases
  • internal/http holds our web api code.
  • internal/repository groups interfaces for elasticsearch
  • pkg exists for any required utilities