rethinkdb

package
v0.0.0-...-31fda41 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusOffline      = 1
	StatusUnauthorized = 2
)

Variables

This section is empty.

Functions

func EnsureRethinkDBReplicas

func EnsureRethinkDBReplicas(reqLogger logr.Logger, instance *androidv1alpha1.AndroidFarm) error

Types

type RethinkDBSession

type RethinkDBSession interface {
	GetAllDevicesForProvider(provider string) ([]string, error)
	GetDevicesForProviderByStatus(provider string, status int) ([]string, error)
	Close() error
}

func NewSession

func NewSession(addr string) (RethinkDBSession, error)

Jump to

Keyboard shortcuts

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