# 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
- Cluster
- Resource
- Registry
- 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