clients

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerClient

type ControllerClient interface {
	GetSchemaHash(namespace string) (string, error)
	GetAllSchema(namespace string) ([]common.Table, error)
}

ControllerClient defines methods to communicate with ares-controller

type ControllerHTTPClient

type ControllerHTTPClient struct {
	// contains filtered or unexported fields
}

ControllerHTTPClient implements ControllerClient over http

func NewControllerHTTPClient

func NewControllerHTTPClient(controllerHost string, controllerPort int, headers http.Header) *ControllerHTTPClient

NewControllerHTTPClient returns new ControllerHTTPClient

func (*ControllerHTTPClient) GetAllSchema

func (c *ControllerHTTPClient) GetAllSchema(namespace string) (tables []common.Table, err error)

func (*ControllerHTTPClient) GetSchemaHash

func (c *ControllerHTTPClient) GetSchemaHash(namespace string) (hash string, err error)

Directories

Path Synopsis
Code generated by mockery v1.0.0
Code generated by mockery v1.0.0

Jump to

Keyboard shortcuts

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