Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 389 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 389 Bytes

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