Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wb
gocrawlhq
Commits
79084b8c
Commit
79084b8c
authored
Apr 14, 2022
by
Jake LaFountain
Browse files
Update: switch to string as ID to correspond with our "recent" change.
parent
c4c600eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
gocrawlhq.go
View file @
79084b8c
...
...
@@ -11,7 +11,7 @@ var (
FinishedEndpoint
*
url
.
URL
FeedEndpoint
*
url
.
URL
Version
=
"1.
0.0
"
Version
=
"1.
1.3
"
)
func
Init
(
key
,
secret
,
project
,
HQAddress
string
)
(
c
*
Client
,
err
error
)
{
...
...
models.go
View file @
79084b8c
...
...
@@ -11,7 +11,7 @@ type Client struct {
}
type
URL
struct
{
ID
int
`json:"id,omitempty"`
ID
string
`json:"id,omitempty"`
Value
string
`json:"value"`
Path
string
`json:"path,omitempty"`
Via
string
`json:"via,omitempty"`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment