You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/jonboydell/logzio_client

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jonboydell/logzio_client

v1.24.0
Source
Go
Version published
Created
Source

Logz.io Terraform client library

Client library for Logz.io API, see below for supported endpoints.

The primary purpose of this library is to act as the API interface for the logz.io Terraform provider. To use it, you'll need to create an API token and provide it to the client library along with your logz.io regional API server address.

The library currently supports the following API endpoints:

Contributing

  • Clone this repo locally.
  • As this package uses Go modules, make sure you are outside of $GOPATH or you have the GO111MODULE=on environment variable set. Then run go get to pull down the dependencies.
  • Use logzio_client.CallLogzioApi when you need to make a Logz.io API call.
  • Use structs to represent the requests/responses body, rather than maps.
  • Sample responses for tests should be under testdata/fixtures.
Run tests

go test -v -race ./...

Trademark Disclaimer

Terraform is a trademark of HashiCorp, Inc.

FAQs

Package last updated on 02 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts