Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flusher ¶
type Flusher interface {
FlushPluginSession(MemorySession) error
}
Flusher persists a plugin memory session.
type FlusherFunc ¶
type FlusherFunc func(MemorySession) error
FlusherFunc adapts a function into a Flusher.
func (FlusherFunc) FlushPluginSession ¶
func (f FlusherFunc) FlushPluginSession(session MemorySession) error
Click to show internal directories.
Click to hide internal directories.