yt-gen-app/structs/rest-struct.go

8 lines
93 B
Go
Raw Normal View History

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