neptune

package module
v0.0.0-...-224339a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2020 License: MIT Imports: 6 Imported by: 0

README

aws-neptune-api-client

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// Embeds the API methods
	*api.API

	Transport transport.Interface
}

Client represents the neptune client.

func NewClient

func NewClient(cfg Config) (*Client, error)

NewClient creates a new client with configuration from cfg.

type Config

type Config struct {
	// Address is the Amazon Neptune endpoints to connect.
	// Use the cluster endpoint in most scenarios.
	Address string

	// Region is the AWS region. Required when Signer is not nil.
	Region string

	// Sign the HTTP request with AWS V4 signature.
	// Default: nil.
	Signer *v4.Signer
}

Config represents the configuration of neptune client.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL