Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InmemStore ¶
type InmemStore interface {
// Create Pathable data
Create(context.Context, any) error
// Write/Set Pathable data
Set(context.Context, any) error
// Read/Get Pathable data
Get(context.Context, any) error
// Delete Pathable data
Delete(context.Context, any) error
}
func New ¶
func New(cleaningWindow time.Duration) InmemStore
Click to show internal directories.
Click to hide internal directories.