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 Senders initialization #804

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

Commits on Dec 6, 2022

  1. refactor: Issue #797

    Use constructor function NewSender instead of Init method, remove Init method from Sender interface.
    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f635ed6 View commit details
    Browse the repository at this point in the history
  2. refactor: Rename files

    Rename `init.go` files to `sender.go`, because files no more contain Init method.
    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c523367 View commit details
    Browse the repository at this point in the history
  3. refactor: Move pkg

    Moved senders directory to notifier directory, because senders have no sense without notifier, senders is a part of notifier. Also resolve some warnings
    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cce6f5a View commit details
    Browse the repository at this point in the history
  4. refactor

    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    045b196 View commit details
    Browse the repository at this point in the history
  5. refactor: Discord

    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4299b00 View commit details
    Browse the repository at this point in the history
  6. Remove nolint

    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    29b8133 View commit details
    Browse the repository at this point in the history
  7. Move it

    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c247489 View commit details
    Browse the repository at this point in the history
  8. small refactor

    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7e0009d View commit details
    Browse the repository at this point in the history
  9. Remove nolint

    Dimedrolity committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8ad4ba1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. refactor: rename

    Dimedrolity committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c6e66a5 View commit details
    Browse the repository at this point in the history