forked from BIT_SCST_STIA/SmartMurphytt
8 lines
97 B
Go
8 lines
97 B
Go
|
package model
|
||
|
|
||
|
type Id struct {
|
||
|
Owner_userid string
|
||
|
Right_type string
|
||
|
Id string
|
||
|
}
|