changeAPIv1/internal/domain/models/vunitRate.go
netscrawler 5b11756af6 v0.1
2024-07-04 00:44:15 +03:00

7 lines
77 B
Go

package models
type VunitRate struct {
Currency string
Rate float32
}