Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TCF2Enforcements = map[string]config.TCF2EnforcementAlgo{ config.TCF2EnforceAlgoBasic: config.TCF2BasicEnforcement, config.TCF2EnforceAlgoFull: config.TCF2FullEnforcement, }
TCF2Enforcements maps enforcement algo string values to their integer representation and is used to limit string compares
Functions ¶
func GetAccount ¶
func GetAccount(ctx context.Context, cfg *config.Configuration, fetcher stored_requests.AccountFetcher, accountID string, me metrics.MetricsEngine) (account *config.Account, errs []error)
GetAccount looks up the config.Account object referenced by the given accountID, with access rules applied
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.