Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LruCache ¶
type LruCache struct {
// contains filtered or unexported fields
}
func (*LruCache) Get ¶
func (lc *LruCache) Get(ctx context.Context, instance *core.WorkflowInstance) (workflow.WorkflowExecutor, bool, error)
func (*LruCache) StartEviction ¶
func (*LruCache) Store ¶
func (lc *LruCache) Store(ctx context.Context, instance *core.WorkflowInstance, executor workflow.WorkflowExecutor) error
Click to show internal directories.
Click to hide internal directories.