arukas

package
v0.9.10 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2017 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	JSONTokenParamName   = "ARUKAS_JSON_API_TOKEN"
	JSONSecretParamName  = "ARUKAS_JSON_API_SECRET"
	JSONUrlParamName     = "ARUKAS_JSON_API_URL"
	JSONDebugParamName   = "ARUKAS_DEBUG"
	JSONTimeoutParamName = "ARUKAS_TIMEOUT"
)

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Provider returns a terraform.ResourceProvider.

Types

type ArukasClient

type ArukasClient struct {
	*API.Client
	Timeout time.Duration
}

type Config

type Config struct {
	Token   string
	Secret  string
	URL     string
	Trace   string
	Timeout int
}

func (*Config) NewClient

func (c *Config) NewClient() (*ArukasClient, error)

Jump to

Keyboard shortcuts

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