Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: go/src/infra/gae/libs/gae/mathrand.go

Issue 1226063003: Move dummy service implementations into their own package. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@abstract
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/gae/libs/gae/gae.infra_testing ('k') | go/src/infra/gae/libs/gae/mathrand_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/gae/mathrand.go
diff --git a/go/src/infra/gae/libs/gae/mathrand.go b/go/src/infra/gae/libs/gae/mathrand.go
index 99c8b2f2998745e037a8e896d83e9ed3ca5e15f9..47748506ebff645533d6ac4aaed3f9a2bbc5b0be 100644
--- a/go/src/infra/gae/libs/gae/mathrand.go
+++ b/go/src/infra/gae/libs/gae/mathrand.go
@@ -11,6 +11,9 @@ import (
"github.com/luci/luci-go/common/clock"
)
+// TODO(riannucci): Extract this into its own package. It's used by taskqueue,
+// but otherwise isn't related to gae services at all.
+
// MathRandFactory is the function signature for factory methods compatible with
// SetMathRandFactory.
type MathRandFactory func(context.Context) *rand.Rand
« no previous file with comments | « go/src/infra/gae/libs/gae/gae.infra_testing ('k') | go/src/infra/gae/libs/gae/mathrand_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698