Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Decoupling functionality to make unit testing easier in the future #13

Merged
merged 8 commits into from
Feb 16, 2020

Commits on Feb 15, 2020

  1. decoupled basic http methods from cli io

    passing output up to the caller to print to the screen.
    this will allow easier testing in the future.
    gbmor committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    f1ceb53 View commit details
    Browse the repository at this point in the history
  2. uber-go/multierr dependency

    gbmor committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    39d793f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f7adac View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. single location for http.Client

    this will allow things like timeouts to be configured by the user later
    gbmor committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    8bc70b6 View commit details
    Browse the repository at this point in the history
  2. formatting mostly

    gbmor committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    96f229a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afaef36 View commit details
    Browse the repository at this point in the history
  4. basic test for getHTTPClient

    gbmor committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    e609a74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12f1d95 View commit details
    Browse the repository at this point in the history