Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed May 15, 2023
1 parent 0a42124 commit cf0ce93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cache_reserve.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ type CacheReserveDetailsResponse struct {
Response
}

type updateCacheReserveRequest struct {
Value string `json:"value"`
}

type zoneCacheReserveSingleResponse struct {
Response
Result CacheReserve `json:"result"`
Expand Down

0 comments on commit cf0ce93

Please sign in to comment.