Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed4471bd7e
|
||
|
|
3aab2f01ab
|
||
|
|
b4359d931d
|
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Creating version"
|
echo "Creating version"
|
||||||
|
|
||||||
VERSION="0.0.11"
|
VERSION="0.0.10"
|
||||||
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
|
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
|
||||||
BRANCH_REF="${{ gitea.ref }}"
|
BRANCH_REF="${{ gitea.ref }}"
|
||||||
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)
|
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
package message
|
|
||||||
|
|
||||||
import (
|
|
||||||
"time"
|
|
||||||
|
|
||||||
"github.com/google/uuid"
|
|
||||||
)
|
|
||||||
|
|
||||||
type MessageEventResponse struct {
|
|
||||||
Id uuid.UUID `json:"id,omitempty"`
|
|
||||||
ScheduledMessageEventId uuid.UUID `json:"scheduled_message_event_id,omitempty"`
|
|
||||||
Response []byte `json:"response"`
|
|
||||||
UserId uuid.UUID `json:"user_id,omitempty"`
|
|
||||||
Sent time.Time `json:"sent"`
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user