repositorypackage
0.0.0-20170302224735-f2a5e756d330
Repository: https://github.com/victorlowther/wsman.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
This is a WSMAN library for Go.
It mostly adheres to the DMTF specifications at http://www.dmtf.org/standards/wsman, except where it does not.
Right now, it can only communicate with WSMAN endpoints over HTTP/HTTPS using Basic auth.
It has no unit tests because I don't feel like writing a WSMAN endpoint in Go, but the SOAP and xml libraries it is based on do.