7 lines
104 B
Go
7 lines
104 B
Go
|
|
package v2
|
||
|
|
|
||
|
|
type MaterialDashboard struct {
|
||
|
|
Lebel string `json:"lebel"`
|
||
|
|
Value string `json:"value"`
|
||
|
|
}
|