Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDAGStore ¶
func NewDAGStore(dir string, opts ...DAGStoreOption) persistence.DAGStore
func NewFlagStore ¶
func NewFlagStore(s *storage.Storage) persistence.FlagStore
Types ¶
type DAGStoreOption ¶ added in v1.16.0
type DAGStoreOption func(*DAGStoreOptions)
func WithFileCache ¶ added in v1.16.0
func WithFileCache(cache *filecache.Cache[*digraph.DAG]) DAGStoreOption
Click to show internal directories.
Click to hide internal directories.