Skip to content

Commit

Permalink
Remove usage of custom JSON unmarshaler
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiante committed Feb 2, 2024
1 parent 87cba23 commit be00902
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 51 deletions.
21 changes: 0 additions & 21 deletions resty.go

This file was deleted.

26 changes: 0 additions & 26 deletions resty_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions server_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ type ServerClient struct {

// NewServerClient creates a new client for server interaction.
func NewServerClient(c *resty.Client) *ServerClient {
c = copyRestyClient(c)
adaptRestyClient(c)
return &ServerClient{c: c}
}
2 changes: 0 additions & 2 deletions store_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ type StoreClient struct {

// NewStoreClient creates a new client for store interaction.
func NewStoreClient(c *resty.Client) *StoreClient {
c = copyRestyClient(c)
adaptRestyClient(c)
return &StoreClient{c: c}
}

Expand Down

0 comments on commit be00902

Please sign in to comment.