Added logic to get a secret and worked on adding createdAt timestamps to models.

This commit is contained in:
Andrey Melnikov
2020-01-27 10:05:23 -08:00
parent 3eb9231cde
commit 6fa397cdbd
16 changed files with 444 additions and 131 deletions

View File

@@ -1,7 +1,10 @@
package model
import "time"
type Workflow struct {
ID uint64
CreatedAt time.Time `db:"created_at"`
UID string
Name string
GeneratedName string