package callback
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/mesos/mesos-go/auth/callback"
Index ¶
- type Handler
- type HandlerFunc
- type Interface
- type Interprocess
- func NewInterprocess() *Interprocess
- func (cb *Interprocess) Client() upid.UPID
- func (cb *Interprocess) Server() upid.UPID
- func (cb *Interprocess) Set(server, client upid.UPID)
- type Name
- type Password
- func NewPassword() *Password
- func (cb *Password) Get() []byte
- func (cb *Password) Set(password []byte)
- type Unsupported
Types ¶
type Handler ¶
type Handler interface { // may return an Unsupported error on failure Handle(callbacks ...Interface) error }
type HandlerFunc ¶
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 (*Name) Set ¶
type Password ¶
type Password struct {
// contains filtered or unexported fields
}
func NewPassword ¶
func NewPassword() *Password
func (*Password) Get ¶
func (*Password) Set ¶
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.4-beta.0
- Published
- Dec 7, 2015
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 43 minutes ago –
Tools for package owners.