generated from VLADIMIR/template
8 lines
88 B
Go
8 lines
88 B
Go
package models
|
|
|
|
type Application struct {
|
|
TeamID int64
|
|
Name string
|
|
State string
|
|
}
|