Versions in this module Expand all Collapse all v3 v3.13.2 Apr 3, 2023 Changes in this version + func AirtableInfo(opts AirtableOpts) error + func AirtableSync(db *cayley.Handle, opts AirtableOpts) error + func Fetch(h *cayley.Handle, args []string, opts FetchOpts) error + func Gen(h *cayley.Handle, args []string, opts GenOpts) error + func GetStoreDump(ctx context.Context, h *cayley.Handle, schema *schema.Config) (*dvmodel.Batch, error) + func PullAndSave(targets []multipmuri.Entity, h *cayley.Handle, schema *schema.Config, ...) (bool, error) + func StoreDumpQuads(h *cayley.Handle) error + func StoreInfo(h *cayley.Handle) error + type AirtableOpts struct + BaseID string + OwnersTab string + TasksTab string + Token string + TopicsTab string + type FetchOpts struct + GitHubToken string + Logger *zap.Logger + Resync bool + Schema *schema.Config + type GenOpts struct + Format string + HideExternalDeps bool + HideIsolated bool + HidePRs bool + Logger *zap.Logger + NoGraph bool + NoPert bool + Schema *schema.Config + ShowClosed bool + Vertical bool