facadetest

package
v0.0.0-...-6cf1bc9 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2016 License: AGPL-3.0 Imports: 2 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 {
	Abort_     <-chan struct{}
	Auth_      facade.Authorizer
	Resources_ facade.Resources
	State_     *state.State
	ID_        string
}

Context implements facade.Context in the simplest possible way.

func (Context) Abort

func (context Context) Abort() <-chan struct{}

Abort is part of the facade.Context interface.

func (Context) Auth

func (context Context) Auth() facade.Authorizer

Auth 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) Resources

func (context Context) Resources() facade.Resources

Resources is part of the facade.Context interface.

func (Context) State

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

State is part of the facade.Context interface.

Jump to

Keyboard shortcuts

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