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

chore: provide fmt.Stringer for EventType #13

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

smira
Copy link
Member

@smira smira commented Mar 2, 2021

Simple fix to allow easier printing of events.

Signed-off-by: Andrey Smirnov [email protected]

Simple fix to allow easier printing of events.

Signed-off-by: Andrey Smirnov <[email protected]>
@smira
Copy link
Member Author

smira commented Mar 2, 2021

/approve

@@ -24,6 +24,10 @@ const (
Destroyed
)

func (eventType EventType) String() string {
return [...]string{"Created", "Updated", "Destroyed"}[eventType]
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

never used, that, good point, if this requires changing build steps, might be too much work for this PR, but certainly something for the future

Copy link
Member Author

Choose a reason for hiding this comment

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

@smira
Copy link
Member Author

smira commented Mar 3, 2021

/lgtm

@talos-bot talos-bot merged commit 84c3c87 into cosi-project:master Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants