https://github.com/tilt-dev/wmclient
Common libraries for Windmill client apps
https://github.com/tilt-dev/wmclient
Last synced: about 1 year ago
JSON representation
Common libraries for Windmill client apps
- Host: GitHub
- URL: https://github.com/tilt-dev/wmclient
- Owner: tilt-dev
- License: apache-2.0
- Created: 2018-07-05T19:41:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T07:00:08.000Z (over 3 years ago)
- Last Synced: 2025-04-18T07:52:08.909Z (about 1 year ago)
- Language: Go
- Size: 199 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wmclient
Common libraries for Windmill client apps.
[](https://circleci.com/gh/tilt-dev/wmclient)
[](https://godoc.org/github.com/tilt-dev/wmclient)
These libraries have Windmill-specific configuration baked in. They are probably
not useful for a wide audience. We publish them as open-source so that Windmill users
can inspect and verify the code running on their machine.
## Analytics
Windmill client apps may report usage to https://events.windmill.build, to help us
understand what features people use. This package implements logic for sending
these reports when the user opts in, and for storing the opt-in status.
We do not report any personally identifiable information. We do not report any
identifiable data about your code.
We do not share this data with anyone who is not an employee of Windmill
Engineering. Data may be sent to third-party service providers like Datadog,
but only to help us analyze the data.
## License
Copyright 2018 Windmill Engineering
Licensed under [the Apache License, Version 2.0](LICENSE)