From 8808efaa1c87688b6b89e60c0337b6f0589df779 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 25 Jan 2019 16:28:31 -0500 Subject: [PATCH] 14325: Point to API details in interface doc comments. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/dispatchcloud/scheduler/interfaces.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/dispatchcloud/scheduler/interfaces.go b/lib/dispatchcloud/scheduler/interfaces.go index e1b575c8a6..18cdc94fa5 100644 --- a/lib/dispatchcloud/scheduler/interfaces.go +++ b/lib/dispatchcloud/scheduler/interfaces.go @@ -13,7 +13,8 @@ import ( ) // A ContainerQueue is a set of containers that need to be started or -// stopped. Implemented by container.Queue and test stubs. +// stopped. Implemented by container.Queue and test stubs. See +// container.Queue method documentation for details. type ContainerQueue interface { Entries() (entries map[string]container.QueueEnt, updated time.Time) Lock(uuid string) error @@ -28,7 +29,7 @@ type ContainerQueue interface { // A WorkerPool asynchronously starts and stops worker VMs, and starts // and stops containers on them. Implemented by worker.Pool and test -// stubs. +// stubs. See worker.Pool method documentation for details. type WorkerPool interface { Running() map[string]time.Time Unallocated() map[arvados.InstanceType]int -- 2.30.2