1 package bunny 2 3 // StorageZoneService communicates with the /storagezone API endpoint. 4 // 5 // Bunny.net API docs: https://docs.bunny.net/reference/storagezonepublic_index 6 type StorageZoneService struct { 7 client *Client 8 } 9