client

package
v1.0.365 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2016 License: Apache-2.0 Imports: 7 Imported by: 310

Documentation

Index

Constants

View Source
const (
	// MajorVersion is the current major version for pachyderm.
	MajorVersion = 1
	// MinorVersion is the current minor version for pachyderm.
	MinorVersion = 0
	// AdditionalVersion will be "dev" is this is a development branch, "" otherwise.
	AdditionalVersion = ""
)

Variables

View Source
var (
	// Version is the current version for pachyderm.
	Version = &protoversion.Version{
		Major:      MajorVersion,
		Minor:      MinorVersion,
		Micro:      getMicroVersion(),
		Additional: AdditionalVersion,
	}
)

Functions

This section is empty.

Types

type APIClient

type APIClient struct {
	PfsAPIClient
	PpsAPIClient
}

func New added in v1.0.348

func New() (*APIClient, error)

func NewFromAddress

func NewFromAddress(pachAddr string) (*APIClient, error)

type PfsAPIClient

type PfsAPIClient pfs.APIClient

type PpsAPIClient

type PpsAPIClient pps.APIClient

Directories

Path Synopsis
Package pfs is a generated protocol buffer package.
Package pfs is a generated protocol buffer package.
pkg
shard
Package shard is a generated protocol buffer package.
Package shard is a generated protocol buffer package.
Package pps is a generated protocol buffer package.
Package pps is a generated protocol buffer package.

Jump to

Keyboard shortcuts

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