api

package
v0.0.0-...-5f4467c Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2017 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Api

type Api struct {
	Id   string
	Path string
}

type Apier

type Apier interface {
	Connect(string) error
	Authenticate(string, string) error
	SendPublic(string, string, string) error
	GetPublic(string, string) (string, error)
	SendPrivate(string, string, string) error
	GetPrivate(string, string) (string, error)
	DeletePrivate(string, string) error
	Push(string, string, string, string) error
	PushIncoming(string, string, string) error
	PushOutgoing(string, string, string) error
	Pop(string, string, string) (string, error)
	PopIncoming(string, string) (string, error)
	PopOutgoing(string, string) (string, error)
	Size(string, string, string) (int, error)
	OutgoingSize(string, string) (int, error)
	IncomingSize(string, string) (int, error)
}

Jump to

Keyboard shortcuts

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