Categorygithub.com/jacobweinstock/wsman
repositorypackage
0.0.0-20221125035617-2eae65734c77
Repository: https://github.com/jacobweinstock/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.