package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# README

Machine Provider Agent

The Machine Provider agent is a package which runs on a machine in order to communicate with the Machine Provider server.

The agent is recommended to be built as a CIPD package. Deployment to machines is left to the user.

# Functions

Assets returns a map of all assets.
GetAsset returns an asset by its name.
GetAssetSHA256 returns the asset checksum.
GetAssetString is version of GetAsset that returns string instead of byte slice.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
MachineProvider encapsulates a client for interacting with Machine Provider.
No description provided by the author
No description provided by the author

# Interfaces

Strategy is platform-specific agent implementation.