package
0.0.12
Repository: https://github.com/golang-devops/go-psexec.git
Documentation: pkg.go.dev

# Functions

New creates a new Service instance.
NewChecksumResultFromHex creates a new ChecksumResult from the input hex string.

# Structs

ChecksumResult just contains the result of some checksum (md5) and gives us easy access to encoding it as hex or bytes, etc.

# Interfaces

Service is the checksums service.