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