Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeferStack ¶
type DeferStack struct {
// contains filtered or unexported fields
}
func NewStack ¶
func NewStack() *DeferStack
func (*DeferStack) Clean ¶
func (ds *DeferStack) Clean()
func (*DeferStack) Push ¶
func (ds *DeferStack) Push(fns ...func() error)
Click to show internal directories.
Click to hide internal directories.