cloudchacho / hedwig-firehose

Firehose can be used to archive all your messages for backup / replay / debugging purpose
Apache License 2.0
0 stars 4 forks source link

Code skeleton + config setup #6

Closed chongr closed 2 years ago

chongr commented 2 years ago

discussed in #4 wasn't sure exactly how to seperate out the config values so just wrote the ones I was thinking of so we could discuss where they should go.

Also provide skeleton for the repo so work can be split and added to the different interfaces

codecov[bot] commented 2 years ago

Codecov Report

Merging #6 (4af79e4) into main (2300816) will increase coverage by 75.00%. The diff coverage is 75.00%.

@@            Coverage Diff            @@
##           main       #6       +/-   ##
=========================================
+ Coverage      0   75.00%   +75.00%     
=========================================
  Files         0        1        +1     
  Lines         0        4        +4     
=========================================
+ Hits          0        3        +3     
- Misses        0        1        +1     
Impacted Files Coverage Δ
main.go 75.00% <75.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2300816...4af79e4. Read the comment docs.

chongr commented 2 years ago

This diff does not deal with some discussion in #4 about how to actually load these vars - that can be added in another diff this just provides where those vars will go (I'll add another task for that)