Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 388 Bytes

aqua-go

A fantastic GO SDK for Aqua's Enterprise CSP Platforms
Status: Experimental

Documentation

https://pkg.go.dev/github.com/jeffthorne/aqua-go

Installation

Install: go get -u github.com/jeffthorne/aqua-go

Usage

Default usage against a secure endpoint with InsecureSkipVerify set to true

aqua, err := aqua.NewCSP("192.168.1.52", 443, "userid", "password")