Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
removed unused constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed May 11, 2016
1 parent c2b8e4a commit 7070c60
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions gaurun/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,11 @@ const (
Version = "0.4.3"
)

const (
EpApnsProd = "gateway.push.apple.com:2195"
EpApnsSandbox = "gateway.sandbox.push.apple.com:2195"
)

const (
PlatFormIos = iota + 1
PlatFormAndroid
)

const (
ErrorStatusUnknown = iota
ErrorStatusNotRegistered
ErrorStatusMismatchSenderId
ErrorStatusCanonicalId
)

const (
StatusAcceptedPush = "accepted-push"
StatusSucceededPush = "succeeded-push"
Expand Down

0 comments on commit 7070c60

Please sign in to comment.