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

vici: investigate use of generics in API #42

Open
enr0n opened this issue Dec 29, 2021 · 0 comments
Open

vici: investigate use of generics in API #42

enr0n opened this issue Dec 29, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request v1.0 Issues related to module version v1.0

Comments

@enr0n
Copy link
Collaborator

enr0n commented Dec 29, 2021

With go 1.18 coming, it would be good to investigate the use of generics in the vici API. On area that may be useful is around the Message type, since we currently use a map[string]interface{} under the hood. Using generics in the vici package would introduce breaking changes, which is why this is an issue targeted for a future v1.0 tag.

@enr0n enr0n added enhancement New feature or request v1.0 Issues related to module version v1.0 labels Dec 29, 2021
@enr0n enr0n self-assigned this Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1.0 Issues related to module version v1.0
Projects
None yet
Development

No branches or pull requests

1 participant