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

Allow service metadata on interfaces #691

Closed
bterlson opened this issue Jul 7, 2022 · 1 comment
Closed

Allow service metadata on interfaces #691

bterlson opened this issue Jul 7, 2022 · 1 comment
Assignees
Labels
design:needed A design request has been raised that needs a proposal

Comments

@bterlson
Copy link
Member

bterlson commented Jul 7, 2022

I think the following structure is reasonable for an application which has multiple components:

model Foo { }
@serviceName("foo")
interface MyService {
  @post op create(foo: Foo): Foo;
}
@ghost ghost added the Needs Triage label Jul 7, 2022
@markcowl markcowl added design:needed A design request has been raised that needs a proposal and removed Needs Triage labels Jul 7, 2022
@markcowl markcowl added this to the [2022] August milestone Jul 7, 2022
@markcowl
Copy link
Contributor

markcowl commented Jul 7, 2022

discuss with: #679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design:needed A design request has been raised that needs a proposal
Projects
None yet
Development

No branches or pull requests

2 participants