package
0.0.3
Repository: https://github.com/knicknic/go-windows.git
Documentation: pkg.go.dev

# README

Goal

To create bindings to allow you a go application to call Microsoft Windows Server Failover Cluster Api.

Currently uses syscall to wrap the c clusapi.dll and resutils.dll code.

Completed

Parts of the following cluster api sets

  1. Cluster
  2. Resource
  3. Registry
  4. Crypto

TODO

  • add comments for public functions
  • Write more tests
  • complete more wrappers for functions

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

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
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
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

# Structs

RegistryValue is a struct that contains the byte slice corresponding to a cluster registry value's data and the registry value type of the data The valid DwType options are (REG_*) defined in golang.org/x/sys/windows/types_windows.go.

# Type aliases

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