Initial skeleton and main function
parent
c7afb7ab
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- cmd/infohub/main.go 162 additions, 0 deletionscmd/infohub/main.go
- design/design.go 1 addition, 1 deletiondesign/design.go
- gen/http/cli/infohub/cli.go 2 additions, 2 deletionsgen/http/cli/infohub/cli.go
- gen/http/openapi.json 1 addition, 1 deletiongen/http/openapi.json
- gen/http/openapi.yaml 1 addition, 1 deletiongen/http/openapi.yaml
- gen/http/openapi3.json 1 addition, 1 deletiongen/http/openapi3.json
- gen/http/openapi3.yaml 1 addition, 1 deletiongen/http/openapi3.yaml
- gen/infohub/service.go 1 addition, 1 deletiongen/infohub/service.go
- internal/config/config.go 16 additions, 0 deletionsinternal/config/config.go
- internal/service/error_response.go 39 additions, 0 deletionsinternal/service/error_response.go
- internal/service/health/service.go 17 additions, 0 deletionsinternal/service/health/service.go
- internal/service/infohub/service.go 22 additions, 0 deletionsinternal/service/infohub/service.go
cmd/infohub/main.go
0 → 100644
internal/config/config.go
0 → 100644
internal/service/error_response.go
0 → 100644
internal/service/health/service.go
0 → 100644
internal/service/infohub/service.go
0 → 100644
Please register or sign in to comment