Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecentCache ¶
type RecentCache struct {
// contains filtered or unexported fields
}
func NewRecentCache ¶
func NewRecentCache() *RecentCache
func (*RecentCache) Consume ¶
func (tc *RecentCache) Consume(invokeID interop.InvokeID) (consumed bool)
func (*RecentCache) Register ¶
func (tc *RecentCache) Register(invokeID interop.InvokeID)
Click to show internal directories.
Click to hide internal directories.