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
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
There is a nice mock server service available in the test_server.go file but unfortunately it is not exported (capitalized). It is used to validate the client logic internally.
Anyone using the kin-go sdk will likely want to write test cases of their own and in order to do that, it would be nice if the existing test_server.go file exported both the newServer() function and server type by uppercasing them.
The text was updated successfully, but these errors were encountered:
There is a nice mock server service available in the test_server.go file but unfortunately it is not exported (capitalized). It is used to validate the client logic internally.
Anyone using the
kin-go
sdk will likely want to write test cases of their own and in order to do that, it would be nice if the existingtest_server.go
file exported both the newServer() function and server type by uppercasing them.The text was updated successfully, but these errors were encountered: