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: interface rename #491

Merged
merged 1 commit into from
May 20, 2021
Merged

refactor: interface rename #491

merged 1 commit into from
May 20, 2021

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented May 18, 2021

In order to https://golang.org/doc/effective_go#interface-names I'm renaming interfaces
IDnsProvider -> Provider
IAssistant -> Assistant

Signed-off-by: kuritka kuritka@gmail.com

somaritane
somaritane previously approved these changes May 20, 2021
Copy link
Contributor

@somaritane somaritane left a comment

Choose a reason for hiding this comment

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

lgtm

k0da
k0da previously approved these changes May 20, 2021
In order to https://golang.org/doc/effective_go#interface-names I'm renaming interfaces
IDnsProvider -> Provider
IAssistant -> Assistant

Signed-off-by: kuritka <kuritka@gmail.com>
@kuritka kuritka dismissed stale reviews from k0da and somaritane via 1036488 May 20, 2021 15:38
@kuritka kuritka force-pushed the interface_renaming branch from 16fa9db to 1036488 Compare May 20, 2021 15:38
@kuritka kuritka merged commit ad3353e into master May 20, 2021
@kuritka kuritka deleted the interface_renaming branch May 20, 2021 20:09
kuritka added a commit that referenced this pull request May 24, 2021
- I'm removing config settings through environment variables in controller_tests.
Such functionality is covered by depresolver tests and thanks to that I'm simplifying
`provideSettings` function. Also introducing new property will not require to set environment variables
in two places.

- In order to rename interfaces (#491) I'm regenerating mocks to get new names.

Signed-off-by: kuritka <kuritka@gmail.com>
kuritka added a commit that referenced this pull request May 26, 2021
- I'm removing config settings through environment variables in controller_tests.
Such functionality is covered by depresolver tests and thanks to that I'm simplifying
`provideSettings` function. Also introducing new property will not require to set environment variables
in two places.

- In order to rename interfaces (#491) I'm regenerating mocks to get new names.

Signed-off-by: kuritka <kuritka@gmail.com>
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.

4 participants