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

Added (b *bus) HasSubscriber() for checking if a bus has any subscriber #13

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 17, 2020

  1. Added (b *bus) HasSubscriber() for checking if a bus has any subscriber

    As the title says, its a simple check to wheter or not a bus has
    subscribers. I need it for integrating properly with spf13/cobra with
    one bus.
    Jumziey committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    7f4839f View commit details
    Browse the repository at this point in the history
  2. Updated module name

    Jumziey authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    bc6d5e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Removed unneeded return

    Jumziey committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ab6ebdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f611635 View commit details
    Browse the repository at this point in the history
  3. Changed candump to use dockstavarvet package instead (seems brutella

    does not maintain can).
    Jumziey committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c7049f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3017da9 View commit details
    Browse the repository at this point in the history