changeAPIv1/internal/domain/models/vunitRate.go
netscrawler 3085eb993a Squashed commit of the following:
commit 5b11756af6
Author: netscrawler <mariarthyjamesoo@gmail.com>
Date:   Thu Jul 4 00:44:15 2024 +0300

    v0.1

commit c99f477e35
Author: netscrawler <mariarthyjamesoo@gmail.com>
Date:   Sun Jun 30 20:44:53 2024 +0300

    v0.0.6
2024-07-04 00:45:11 +03:00

7 lines
77 B
Go

package models
type VunitRate struct {
Currency string
Rate float32
}