yt-gen-app/structs/rest-struct.go
Ymnuk 4631b5973e
All checks were successful
continuous-integration/drone/tag Build is passing
Генерирование с учетом структур
2023-08-25 15:05:28 +03:00

10 lines
166 B
Go

package structs
type RestStruct struct {
Path string
PathPackageName string
Project *Project
Rest *Rest
PathParams []Field
}