-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialization first attempt. #5
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5 +/- ##
==========================================
+ Coverage 58.87% 63.19% +4.32%
==========================================
Files 4 4
Lines 231 269 +38
==========================================
+ Hits 136 170 +34
- Misses 95 99 +4
Continue to review full report at Codecov.
|
src/tr1d1um/tr1d1um.go
Outdated
) | ||
|
||
const ( | ||
applicationName = "tr1d1um" | ||
DefaultKeyId = "current" | ||
baseURI = "/api" | ||
version = "v2"// TODO: Should these values change? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be v2 as we are not changing the API at all. Later if we make a breaking change we'll update it.
src/tr1d1um/http.go
Outdated
// "github.com/Comcast/webpa-common/wrp" | ||
// "encoding/json" | ||
// "bytes" | ||
// "fmt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove these unless you're going to add them back.
tr1d1um runs locally with these changes.