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

Add service pkg and deprecate micro pkg #1466

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add service pkg and deprecate micro pkg #1466

wants to merge 3 commits into from

Commits on Nov 10, 2023

  1. Add service package in favor of micro

    The micro package type aliases everything from the service package
    for backwards compatibility, but is now deprecated.
    
    The micro/test package is there to assert the micro-imported tests
    work as expected.
    
    Signed-off-by: Byron Ruth <byron@nats.io>
    bruth committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fd25d35 View commit details
    Browse the repository at this point in the history
  2. Clean up README, add service.New

    service.AddService is now deprecated.
    
    Signed-off-by: Byron Ruth <byron@nats.io>
    bruth committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b9ea772 View commit details
    Browse the repository at this point in the history
  3. Revert go.mod and go.sum

    Signed-off-by: Byron Ruth <byron@nats.io>
    bruth committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    85b249e View commit details
    Browse the repository at this point in the history