Godoc fixes (#898)

Add some godoc comments for the api/agent package and some of its
subpackages.
This commit is contained in:
Justin Ko
2018-03-28 10:16:41 -07:00
committed by Reed Allman
parent 14af8805de
commit 9cb883ca68
7 changed files with 68 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
// Package docker provides a Docker driver for Fn. Provides an implementation
// of
// github.com/fnproject/fn/api/agent/drivers.Driver
// that knows how to run Docker images.
package docker