Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
ID int64 `json:"id"`
Username string `json:"username"`
Password string `json:"password"`
RetryCount sql.NullInt32 `json:"retryCount"`
SessionID sql.NullString `json:"sessionId"`
ApiKey sql.NullString `json:"apiKey"`
SessionExpiry sql.NullTime `json:"sessionExpiry"`
Created sql.NullTime `json:"created"`
Enabled sql.NullBool `json:"enabled"`
}
type Workflow ¶
type Workflow struct {
ID int64
Status string
ExecutionCount int
RetryCount int
Created time.Time
Modified time.Time
NextActivation sql.NullTime
Started sql.NullTime
ExecutorID sql.NullString
ExecutorGroup string
WorkflowType string
ExternalID string
BusinessKey string
State string
StateVars sql.NullString
}
type WorkflowAction ¶
Click to show internal directories.
Click to hide internal directories.