package callback

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback"

Index

Types

type Handler

type Handler interface {
	// may return an Unsupported error on failure
	Handle(callbacks ...Interface) error
}

type HandlerFunc

type HandlerFunc func(callbacks ...Interface) error

func (HandlerFunc) Handle

func (f HandlerFunc) Handle(callbacks ...Interface) error

type Interface

type Interface interface {
}

type Interprocess

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

func NewInterprocess

func NewInterprocess() *Interprocess

func (*Interprocess) Client

func (cb *Interprocess) Client() upid.UPID

func (*Interprocess) Server

func (cb *Interprocess) Server() upid.UPID

func (*Interprocess) Set

func (cb *Interprocess) Set(server, client upid.UPID)

type Name

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

func NewName

func NewName() *Name

func (*Name) Get

func (cb *Name) Get() string

func (*Name) Set

func (cb *Name) Set(name string)

type Password

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

func NewPassword

func NewPassword() *Password

func (*Password) Get

func (cb *Password) Get() []byte

func (*Password) Set

func (cb *Password) Set(password []byte)

type Unsupported

type Unsupported struct {
	Callback Interface
}

func (*Unsupported) Error

func (uc *Unsupported) Error() string

Source Files

interface.go interprocess.go name.go password.go

Version
v1.1.3
Published
Dec 7, 2015
Platform
js/wasm
Imports
2 packages
Last checked
12 seconds ago

Tools for package owners.