forked from BIT_SCST_STIA/SmartMurphytt
6 lines
46 B
Go
6 lines
46 B
Go
|
package model
|
||
|
|
||
|
type Row struct {
|
||
|
Id string
|
||
|
}
|