facadetest

package
v0.0.0-...-8ff1004 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	Auth_       facade.Authorizer
	Dispose_    func()
	Hub_        facade.Hub
	Resources_  facade.Resources
	State_      *state.State
	StatePool_  *state.StatePool
	Controller_ *cache.Controller
	ID_         string

	LeadershipClaimer_ leadership.Claimer
	LeadershipChecker_ leadership.Checker
	LeadershipPinner_  leadership.Pinner
	SingularClaimer_   lease.Claimer
	// Identity is not part of the facade.Context interface, but is instead
	// used to make sure that the context objects are the same.
	Identity string
}

Context implements facade.Context in the simplest possible way.

func (Context) Auth

func (context Context) Auth() facade.Authorizer

Auth is part of the facade.Context interface.

func (Context) Controller

func (context Context) Controller() *cache.Controller

Controller is part of the facade.Context interface.

func (Context) Dispose

func (context Context) Dispose()

Dispose is part of the facade.Context interface.

func (Context) Hub

func (context Context) Hub() facade.Hub

Hub is part of the facade.Context interface.

func (Context) ID

func (context Context) ID() string

ID is part of the facade.Context interface.

func (Context) LeadershipChecker

func (context Context) LeadershipChecker() (leadership.Checker, error)

LeadershipChecker implements facade.Context.

func (Context) LeadershipClaimer

func (context Context) LeadershipClaimer(modelUUID string) (leadership.Claimer, error)

LeadershipClaimer implements facade.Context.

func (Context) LeadershipPinner

func (context Context) LeadershipPinner(modelUUID string) (leadership.Pinner, error)

LeadershipPinner implements facade.Context.

func (Context) ModelPresence

func (context Context) ModelPresence(modelUUID string) facade.ModelPresence

ModelPresence implements facade.Presence.

func (Context) Presence

func (context Context) Presence() facade.Presence

Presence implements facade.Context.

func (Context) Resources

func (context Context) Resources() facade.Resources

Resources is part of the facade.Context interface.

func (Context) SingularClaimer

func (context Context) SingularClaimer() (lease.Claimer, error)

SingularClaimer implements facade.Context.

func (Context) State

func (context Context) State() *state.State

State is part of the facade.Context interface.

func (Context) StatePool

func (context Context) StatePool() *state.StatePool

StatePool is part of of the facade.Context interface.

Jump to

Keyboard shortcuts

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