package price_default type PriceDefaultRepository interface { Get() (*PriceDefault, error) }