mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Godoc fixes (#898)
Add some godoc comments for the api/agent package and some of its subpackages.
This commit is contained in:
5
api/agent/drivers/docker/doc.go
Normal file
5
api/agent/drivers/docker/doc.go
Normal 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
|
||||
Reference in New Issue
Block a user