Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanupManager ¶
type CleanupManager interface { // Append 增加 Append(cleanup func()) // Cleanup 执行原则:后进先出 Cleanup() }
func NewCleanupManager ¶
func NewCleanupManager() CleanupManager
Click to show internal directories.
Click to hide internal directories.