mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
Fix volume pricing
This commit is contained in:
parent
5487a4e1e1
commit
9362d02aeb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var _ Fetcher = &volume{}
|
|||
|
||||
// NewVolume creates a new fetcher that will collect pricing information on volumes.
|
||||
func NewVolume(pricing *PriceProvider) Fetcher {
|
||||
return &server{newBase(pricing, "volume", "location", "bytes")}
|
||||
return &volume{newBase(pricing, "volume", "location", "bytes")}
|
||||
}
|
||||
|
||||
type volume struct {
|
||||
|
|
Loading…
Reference in a new issue