Documentation ¶ Index ¶ type BlockFunc func (t *BlockFunc) Block() func (t *BlockFunc) UnBlock() type FlashFunc func (t *FlashFunc) Flash() (current uintptr) func (t *FlashFunc) NeedExit(current uintptr) bool func (t *FlashFunc) UnFlash() type SkipFunc func (t *SkipFunc) NeedSkip() (result bool) func (t *SkipFunc) UnSet() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BlockFunc ¶ type BlockFunc struct { sync.Mutex } func (*BlockFunc) Block ¶ func (t *BlockFunc) Block() func (*BlockFunc) UnBlock ¶ func (t *BlockFunc) UnBlock() type FlashFunc ¶ type FlashFunc struct { // contains filtered or unexported fields } func (*FlashFunc) Flash ¶ func (t *FlashFunc) Flash() (current uintptr) func (*FlashFunc) NeedExit ¶ func (t *FlashFunc) NeedExit(current uintptr) bool func (*FlashFunc) UnFlash ¶ func (t *FlashFunc) UnFlash() type SkipFunc ¶ type SkipFunc struct { // contains filtered or unexported fields } func (*SkipFunc) NeedSkip ¶ func (t *SkipFunc) NeedSkip() (result bool) func (*SkipFunc) UnSet ¶ func (t *SkipFunc) UnSet() Source Files ¶ View all Source files FuncCtrl.go Click to show internal directories. Click to hide internal directories.