package
0.0.0-20230502042727-d7cdbe67d9ef
Repository: https://github.com/jacobweinstock/iamt.git
Documentation: pkg.go.dev
# README
This is a WSMAN library for Go.
Fork of github.com/ammmze/wsman
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.
# Functions
NewClient creates a new wsman.Client.
Resource turns a resource URI into an appropriate DOM element for inclusion in the SOAP header.
No description provided by the author
No description provided by the author
# Constants
Used by event subscribers to acknowledge receipt of events; allows event streams to be strictly sequenced.
Models creation of a new item.
Models the deletion of an item.
A pseudo-event that indicates that the real event was dropped.
Begins an enumeration or query.
Used for a singleton event that does not define its own action.
Delivers batched events based on a subscription.
Models any simple single item retrieval.
Requests the status of a subscription.
A pseudo-event that models a heartbeat of an active subscription; delivered when no real events are available, but used to indicate that the event subscription and delivery mechanism is still active.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Retrieves the next batch of results from enumeration.
Models an update of an entire item.
Releases an active enumerator.
Renews a subscription prior to its expiration.
Models a subscription to an event source.
Delivers a message to indicate that a subscription has terminated.
Removes an active subscription.
# Type aliases
Option for setting optional Client values.