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 overwritable function name based on side #162

Open
lerenn opened this issue Mar 17, 2024 · 0 comments
Open

Add overwritable function name based on side #162

lerenn opened this issue Mar 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lerenn
Copy link
Owner

lerenn commented Mar 17, 2024

Example:

operations:
    receiveHello:
       action: receive
       x-go-send-func: SendHello
       x-go-subscribe-func: SubscribeToHello
       x-go-received-func: HelloReceived
operations:
    pingRequest:
       action: receive
       x-go-send-func: AsyncPing
       x-go-subscribe-func: SubscribeToPing
       x-go-received-func: PingReceived
       x-go-request-func: Ping
       x-go-reply-func: Pong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant