Documentation ¶
Index ¶
- func GetCHPLCriteria(ctx context.Context, store *postgresql.Store, cli *http.Client, ...) error
- func GetCHPLEndpointListProducts(ctx context.Context, store *postgresql.Store) error
- func GetCHPLProducts(ctx context.Context, store *postgresql.Store, cli *http.Client, ...) error
- func GetCHPLVendors(ctx context.Context, store *postgresql.Store, cli *http.Client, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCHPLCriteria ¶
func GetCHPLCriteria(ctx context.Context, store *postgresql.Store, cli *http.Client, userAgent string) error
GetCHPLCriteria queries CHPL for its certification criteria using 'cli' and stores the criteria in 'store' within the given context 'ctx'.
func GetCHPLEndpointListProducts ¶
func GetCHPLEndpointListProducts(ctx context.Context, store *postgresql.Store) error
GetCHPLEndpointListProducts grabs software information from the CHPLProductsInfo.json file and stores the products in 'store' within the given context 'ctx'.
func GetCHPLProducts ¶
func GetCHPLProducts(ctx context.Context, store *postgresql.Store, cli *http.Client, userAgent string) error
GetCHPLProducts queries CHPL for its HealthIT products using 'cli' and stores the products in 'store' within the given context 'ctx'.
func GetCHPLVendors ¶
func GetCHPLVendors(ctx context.Context, store *postgresql.Store, cli *http.Client, userAgent string) error
GetCHPLVendors queries CHPL for its vendor list using 'cli' and stores the vendors in 'store' within the given context 'ctx'.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.