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