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 3, 2024
1 parent 86716c0 commit 79b0e50
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 @@ -656,6 +656,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 79b0e50

Please sign in to comment.