generated from VLADIMIR/template
9 lines
108 B
Go
9 lines
108 B
Go
package repos
|
|
|
|
type Application struct {
|
|
Name string
|
|
Image string
|
|
TeamId int
|
|
FileType string
|
|
}
|