6 lines
78 B
Go
6 lines
78 B
Go
|
|
package proto
|
||
|
|
|
||
|
|
type FunctionModelIDs struct {
|
||
|
|
ID int `json:"id" form:"id"`
|
||
|
|
}
|