generated from VLADIMIR/template
add scenarios methods
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package repos
|
||||
|
||||
import "time"
|
||||
|
||||
type Scenario struct {
|
||||
ID int
|
||||
Name string
|
||||
Description *string
|
||||
Image *string
|
||||
Scenario string
|
||||
Author *User
|
||||
Status string
|
||||
UpdatedAt time.Time
|
||||
CreatedAt time.Time
|
||||
PublishedAt *time.Time
|
||||
IsDeleted bool
|
||||
}
|
||||
Reference in New Issue
Block a user