Replies: 4 comments 1 reply
-
Once we have something defined properly, we'll then create a getting started guide. Right now Nitro is going through some restructuring. |
Beta Was this translation helpful? Give feedback.
1 reply
-
import (
"github.com/asim/nitro/v3/app"
"github.com/asim/nitro/v3/app/rpc"
"github.com/asim/nitro-plugins/transport/nats/v3"
)
v := rpc.NewApp(
app.Transport(nats.NewTransport()),
) |
Beta Was this translation helpful? Give feedback.
0 replies
-
In the version before, I use code as follows:
in v3, i dont know how to use a custom context, could you please tell me that, thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
-
if you need to provide metadata |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need a guide to get started
Beta Was this translation helpful? Give feedback.
All reactions