Skip to content

Commit

Permalink
fixup! Simplified interfaces and optimized resolver matching logic
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Filios <[email protected]>
  • Loading branch information
alexandrosfilios committed Jan 16, 2025
1 parent 0cc99f2 commit e53f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/view/sdk/dig/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (p *SDK) Install() error {
p.C.Provide(kvs.NewSignerKVS, dig.As(new(driver4.SignerKVS))),
p.C.Provide(kvs.NewAuditInfoKVS, dig.As(new(driver4.AuditInfoKVS))),
p.C.Provide(endpoint.NewService),
p.C.Provide(endpoint.NewBinder),
p.C.Provide(endpoint.NewBinder, dig.As(new(endpoint.Binder))),
p.C.Provide(digutils.Identity[*endpoint.Service](), dig.As(new(driver.EndpointService))),
p.C.Provide(view.NewEndpointService),
p.C.Provide(digutils.Identity[*view.EndpointService](), dig.As(new(comm.EndpointService), new(id.EndpointService), new(endpoint.Backend))),
Expand Down

0 comments on commit e53f3e3

Please sign in to comment.