Create new updater util library
Create the util library scaffold including:
- client
- client functions
- client getter
- factory integration
- The client should have
func Check() error {...}
Don't do implementation as part of this issue.
Edited by Andrew Shoell