Documentation
¶
Index ¶
- type WSManService
- func (s WSManService[T]) Enumerate() (T, error)
- func (s WSManService[T]) Get() (T, error)
- func (s WSManService[T]) GetByInstanceID(name string) (T, error)
- func (s WSManService[T]) GetByName(name string) (T, error)
- func (s WSManService[T]) Pull(ctx string) (T, error)
- func (s WSManService[T]) Put(request any) (T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WSManService ¶
func NewService ¶
func NewService[T any](creator *message.WSManMessageCreator, resourceURI string, client client.WSMan) WSManService[T]
func (WSManService[T]) Enumerate ¶
func (s WSManService[T]) Enumerate() (T, error)
func (WSManService[T]) Get ¶
func (s WSManService[T]) Get() (T, error)
func (WSManService[T]) GetByInstanceID ¶
func (s WSManService[T]) GetByInstanceID(name string) (T, error)
func (WSManService[T]) GetByName ¶
func (s WSManService[T]) GetByName(name string) (T, error)
func (WSManService[T]) Pull ¶
func (s WSManService[T]) Pull(ctx string) (T, error)
func (WSManService[T]) Put ¶
func (s WSManService[T]) Put(request any) (T, error)
Click to show internal directories.
Click to hide internal directories.