Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
787a6e1d6d
|
||
|
|
c316c0d9b9
|
||
|
|
27b9f1df4d
|
||
|
|
f916a552f6
|
||
|
|
9f5c4ed095
|
||
|
|
56aeac9e21
|
@@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
echo "Creating version"
|
||||
|
||||
VERSION="0.0.3"
|
||||
VERSION="0.0.4"
|
||||
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
|
||||
BRANCH_REF="${{ gitea.ref }}"
|
||||
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
package contact
|
||||
|
||||
import (
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type Contact struct {
|
||||
PhoneNumber string `json:"phone_number,omitempty"`
|
||||
UserId uuid.UUID `json:"user_id,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user