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

Refactor: Extract type alias from examples #1283

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented Dec 25, 2024

Changelog

Refactor: Extract type alias from examples

Moved the type alias declaration (e.g., pub type Raft = openraft::Raft<TypeConfig>) to a separate file, declare_types.rs, for
better reusability across all examples.


This change is Reviewable

Moved the type alias declaration (e.g., `pub type Raft =
openraft::Raft<TypeConfig>`) to a separate file, `declare_types.rs`, for
better reusability across all examples.
@drmingdrmer drmingdrmer merged commit 93a5585 into databendlabs:main Dec 26, 2024
31 checks passed
@drmingdrmer drmingdrmer deleted the 167-example branch December 26, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant