Skip to content

Commit

Permalink
start of ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-crespo-fdc committed Oct 7, 2024
1 parent ba7f6d9 commit 86829ed
Show file tree
Hide file tree
Showing 5 changed files with 8,241 additions and 6,219 deletions.
6 changes: 6 additions & 0 deletions services/frontend-service/pkg/cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,12 @@ func (p *GrpcProxy) GetOverview(
return p.OverviewClient.GetOverview(ctx, in)
}

func (p *GrpcProxy) GetAppDetails(
ctx context.Context,
in *api.GetAppDetailsRequest) (*api.GetAppDetailsResponse, error) {
return p.OverviewClient.GetAppDetails(ctx, in)
}

func (p *GrpcProxy) GetGitTags(
ctx context.Context,
in *api.GetGitTagsRequest) (*api.GetGitTagsResponse, error) {
Expand Down
Loading

0 comments on commit 86829ed

Please sign in to comment.