pcmt/modules/hibp/context.go
surtur 247c95f753
All checks were successful
continuous-integration/drone/push Build is passing
go: save all breaches as cache, search by name
* also switch addedDate column to string temporarily, until saving
  yy-mm-dd as time is solved...
2023-08-24 03:59:50 +02:00

8 lines
191 B
Go

// Copyright 2023 wanderer <a_mirre at utb dot cz>
// SPDX-License-Identifier: AGPL-3.0-only
package hibp
// CtxKey serves as a key to context values for this package.
type CtxKey struct{}