Skip to content
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

Refactor breaker to link call to result #3

Merged
merged 7 commits into from
Oct 11, 2023

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    e29eef3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f1824 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    3ea98b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bcc25e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    20f8c01 View commit details
    Browse the repository at this point in the history
  2. Update breaker.go

    Co-authored-by: Alexander Knipping <[email protected]>
    costela and obitech committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bb8e232 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. refactor: do not allow zero valued circuits

    This should make the code less surprising: calling a nil function
    variable panics, so calling a zero value circuit is analogous to that.
    costela committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    135c82b View commit details
    Browse the repository at this point in the history