Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntryHandle ¶
type EntryHandle struct {
// contains filtered or unexported fields
}
func (*EntryHandle) Done ¶
func (eh *EntryHandle) Done()
func (*EntryHandle) Forget ¶
func (eh *EntryHandle) Forget()
type Instance ¶
type Instance struct { Timeout func(Entry) time.Duration // contains filtered or unexported fields }
func NewInstance ¶
func NewInstance() *Instance
func (*Instance) PrintStatus ¶
func (*Instance) SetMaxEntries ¶
func (*Instance) SetNoMaxEntries ¶
func (i *Instance) SetNoMaxEntries()
func (*Instance) WaitDefault ¶ added in v1.0.0
func (i *Instance) WaitDefault(ctx context.Context, e Entry) *EntryHandle
Click to show internal directories.
Click to hide internal directories.