-
Notifications
You must be signed in to change notification settings - Fork 255
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
chore(resources): rename service-info to metadata #1165
Conversation
I didn't rename the internal types as requested @jonaro00 |
resources/metadata/README.md
Outdated
```rust | ||
#[shuttle_runtime::main] | ||
async fn app( | ||
#[shuttle_metadata::ShuttleServiceInfo] service_info: shuttle_metadata::ServiceInfo, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also rename the structs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in 1c2aff7
We have a regression in |
@iulianbarbu addressed in 566b50a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks @orhun!
Description of change
Rename
shuttle-service-info
toshuttle-metadata
since it will contain more information than only the service in the future.How has this been tested? (if applicable)
Na.