dashboard

package
v0.1437.0-MLPAB2433int... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DynamoClient

type DynamoClient interface {
	AllBySK(ctx context.Context, sk dynamo.SK, v interface{}) error
	AllByKeys(ctx context.Context, keys []dynamo.Keys) ([]map[string]dynamodbtypes.AttributeValue, error)
}

type LpaStoreResolvingService

type LpaStoreResolvingService interface {
	ResolveList(ctx context.Context, donors []*donordata.Provided) ([]*lpadata.Lpa, error)
}

type Store added in v0.1362.0

type Store struct {
	// contains filtered or unexported fields
}

func NewStore

func NewStore(dynamoClient DynamoClient, lpaStoreResolvingService LpaStoreResolvingService) *Store

func (*Store) GetAll added in v0.1362.0

func (s *Store) GetAll(ctx context.Context) (results dashboarddata.Results, err error)

func (*Store) SubExistsForActorType added in v0.1362.0

func (s *Store) SubExistsForActorType(ctx context.Context, sub string, actorType actor.Type) (bool, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL