mirror of
https://github.com/netscrawler/changeAPI.git
synced 2025-05-06 07:19:54 +00:00
commit5b11756af6
Author: netscrawler <mariarthyjamesoo@gmail.com> Date: Thu Jul 4 00:44:15 2024 +0300 v0.1 commitc99f477e35
Author: netscrawler <mariarthyjamesoo@gmail.com> Date: Sun Jun 30 20:44:53 2024 +0300 v0.0.6
7 lines
77 B
Go
7 lines
77 B
Go
package models
|
|
|
|
type VunitRate struct {
|
|
Currency string
|
|
Rate float32
|
|
}
|