sdk

package module
v0.0.0-...-356e89f Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2016 License: Apache-2.0 Imports: 4 Imported by: 0

README

GoDoc Apache V2 License

pzsvc-sdk-go

This may in the end be an awful name, as I'm not really setting out to create a full-fledged SDK. What it is, for now, is a place for common components that I'm using in my Go-based Piazza services. Things like structs defining JSON messages for job creation, S3 upload/download helper utilities, etc.

Install

pzsvc-sdk-go uses Glide to manage its dependencies. Assuming you are on a Mac OS X, Glide can be easily installed via Homebrew (alternative installation instruction can be found on the Glide webpage).

$ brew install glide

We also make use of Go 1.5's vendor/ experiment, so you'll need to make sure you are running Go 1.5+.

Installing pzsvc-sdk-go is as simple as cloning the repo, installing dependencies, and installing the package.

$ git clone https://github.com/venicegeo/pzsvc-sdk-go
$ cd pzsvc-sdk-go
$ glide install
$ go install

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetConfig

func GetConfig(project string) ([]byte, error)

GetConfig returns the contents of a project-specific config file

Types

This section is empty.

Directories

Path Synopsis
Package gateway provides pz-gateway helper functions.
Package gateway provides pz-gateway helper functions.
Package job provides JobManager helper functions.
Package job provides JobManager helper functions.
Package s3 provides a number of S3 helper functions.
Package s3 provides a number of S3 helper functions.
Package servicecontroller provides pz-servicecontroller helper functions.
Package servicecontroller provides pz-servicecontroller helper functions.
Package utils provides various utilities that are used throughout the project.
Package utils provides various utilities that are used throughout the project.

Jump to

Keyboard shortcuts

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