yt-gen-app/structs/rest-struct.go
Ymnuk 87fa4bfd29
All checks were successful
continuous-integration/drone/tag Build is passing
Реализация генерации шаблонов страниц клиента
2023-08-11 12:28:30 +03:00

8 lines
93 B
Go

package structs
type RestStruct struct {
Path string
Project *Project
Rest *Rest
}