-
Notifications
You must be signed in to change notification settings - Fork 32
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
support datadog sets? #34
Comments
I'm not sure how to go about adding this, looks like |
Maybe we can name it something different like UniqueSet and use another name for the main operation so it doesn't conflict. |
so, something like this?
|
Well we can't call the top-level type type UniqueSet struct { ... } then using one of these function names: func Count(name string, tags ...Tag) { ... } func Push(name string, tags ...Tag) { ... } func Put(name string, tags ...Tag) { ... } func Touch(name string, tags ...Tag) { ... } func Track(name string, tags ...Tag) { ... } The name |
No description provided.
The text was updated successfully, but these errors were encountered: