Skip to content

Commit

Permalink
Merge pull request #564 from weichou1229/add-origin-const
Browse files Browse the repository at this point in the history
feat: Add Origin constant for event and reading V2 API
  • Loading branch information
cloudxxx8 authored Mar 26, 2021
2 parents d1f67ff + 6bf0fec commit 93bae74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const (
Created = "created"
Modified = "modified"
Pushed = "pushed"
Origin = "origin"
Count = "count"
Device = "device"
DeviceId = "deviceId"
Expand Down

0 comments on commit 93bae74

Please sign in to comment.