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

Service port example #455

Open
Varagos opened this issue May 17, 2023 · 0 comments
Open

Service port example #455

Varagos opened this issue May 17, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Varagos
Copy link
Contributor

Varagos commented May 17, 2023

Extend service port documentation with an example.
One example based on the Todo could be:

Struct SendEmailRequest {
    string origin;
    string destination;
    string content;
}

ServicePort EmailServicePort {
    send(email: SendEmailRequest): (OK(void),Errors());
}
@Varagos Varagos added the documentation Improvements or additions to documentation label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant