You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This design choice makes it challenging for developers to use the library in their projects effectively, particularly when writing unit tests. Without an exposed interface, it becomes cumbersome to generate mocks for the client.
The text was updated successfully, but these errors were encountered:
geigerj0
changed the title
No client-interface provided by client-package
No interface provided for ClientNov 27, 2024
The
go-cfclient
library, specifically theclient.go
-file in, does not define an interface for its client:go-cfclient/client/client.go
Line 23 in c4d2226
This design choice makes it challenging for developers to use the library in their projects effectively, particularly when writing unit tests. Without an exposed interface, it becomes cumbersome to generate mocks for the client.
The text was updated successfully, but these errors were encountered: