initial version of endpoint
This commit is contained in:
@@ -8,6 +8,12 @@ import (
|
||||
"database/sql"
|
||||
)
|
||||
|
||||
type Incident struct {
|
||||
ID int64
|
||||
ExternalID string
|
||||
CreatedAt sql.NullTime
|
||||
}
|
||||
|
||||
type Incoming struct {
|
||||
ID int64
|
||||
IncidentNumber sql.NullString
|
||||
@@ -23,4 +29,4 @@ type Incoming struct {
|
||||
Category sql.NullString
|
||||
Subcategory sql.NullString
|
||||
CreatedAt sql.NullTime
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user