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

fix(cloudv2)!: hide internal APIs #311

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

Chriscbr
Copy link
Contributor

@Chriscbr Chriscbr commented Aug 6, 2024

No description provided.

@Chriscbr Chriscbr merged commit 9890151 into main Aug 6, 2024
4 checks passed
@Chriscbr Chriscbr deleted the rybickic/cloudv2-internal branch August 6, 2024 00:37
@@ -9,7 +9,7 @@ pub interface IAwsCounter {
dynamoTableName(): str;
}

pub class Counter_tfaws impl counter_types.ICounter, IAwsCounter {
internal class Counter_tfaws impl counter_types.ICounter, IAwsCounter {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool with internal but I was actually wondering if it might be useful to expose these classes in case the user wants to explicitly instantiate an AWS counter (maybe under the aws namespace):

bring cloud;

new cloud.aws.Counter();

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think that's probably a good call

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.

2 participants