Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MetaAnnotation ¶
Types ¶
type Access ¶
type Access interface {
Execute() error
}
func NewAccess ¶
func NewAccess(h HookHandlers) (Access, error)
type HookHandlers ¶
type HookHandlers struct { PreStart func(obj interface{}) PostStart func(obj interface{}) PostStop func(obj interface{}) }
func (HookHandlers) DoPostStart ¶
func (h HookHandlers) DoPostStart(obj interface{})
func (HookHandlers) DoPostStop ¶
func (h HookHandlers) DoPostStop(obj interface{})
func (HookHandlers) DoPreStart ¶
func (h HookHandlers) DoPreStart(obj interface{})
Click to show internal directories.
Click to hide internal directories.