-
Notifications
You must be signed in to change notification settings - Fork 1
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
Clickhouse support #22
Conversation
For the record, the comments were made in a call, so that's why they are not very elaborate |
56ee1b5
to
7510eb0
Compare
ant.go
Outdated
@@ -23,7 +23,7 @@ const ( | |||
) | |||
|
|||
type Ant struct { | |||
port uint16 | |||
port int |
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.
I actually preferred the uint16 but this gradually bubbled through the code when I added the CLI flag mapping which is an int.
10e19f2
to
4d89d95
Compare
ac58758
to
a2ffae0
Compare
a2ffae0
to
39a1a38
Compare
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.
Thanks for the great refactor! I just left a few comments
No description provided.