saw-go/proto/model.go

6 lines
78 B
Go
Raw Normal View History

package proto
type FunctionModelIDs struct {
ID int `json:"id" form:"id"`
}