discord-gophers / goapi-gen

This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions
Apache License 2.0
132 stars 12 forks source link

refactor: directory structure #88

Closed Karitham closed 2 years ago

Karitham commented 2 years ago

Add a PR description you scrub - doad

This PR shuffles files around because /pkg is a mess to work with.

.
├── codegen
├── examples
│   └── petstore-expanded
│       └── api
├── internal
│   ├── test
│   │   ├── components
│   │   ├── externalref
│   │   │   ├── package_a
│   │   │   └── package_b
│   │   ├── parameters
│   │   ├── schemas
│   │   └── server
│   └── testutil
├── middleware
├── runtime
├── templates
└── types

18 directories