Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyStore ¶
type DependencyStore struct{}
DependencyStore handles read/writes dependencies to YDB
func (DependencyStore) GetDependencies ¶
func (DependencyStore) GetDependencies(ctx context.Context, endTs time.Time, lookback time.Duration) ([]model.DependencyLink, error)
GetDependencies should return dependency data from YDB, but it's not stored there, so we return nothing
Click to show internal directories.
Click to hide internal directories.