sourcegraph/cmd/msp-example/internal
Robert Lin 17a5fdb1d2
chore/msp-example: refactor to align with service structure best practices (#62954)
In monorepo:

```
cmd/my-service/main.go
-> cmd/my-service/service
-> cmd/my-service/internal/...
```

Outside monorepo a similar unnested structure aligns with this as well:

```
cmd/my-service <- command
service/...    <- entrypoint
internal/...   <- internal implementation
```


## Test plan

Basic example builds and runs: `sg run msp-example`
2024-05-29 09:58:43 -07:00
..
bigquery chore/msp-example: refactor to align with service structure best practices (#62954) 2024-05-29 09:58:43 -07:00
httpapi chore/msp-example: refactor to align with service structure best practices (#62954) 2024-05-29 09:58:43 -07:00
postgresql chore/msp-example: refactor to align with service structure best practices (#62954) 2024-05-29 09:58:43 -07:00
redis chore/msp-example: refactor to align with service structure best practices (#62954) 2024-05-29 09:58:43 -07:00