moby--moby/api/types
Sebastiaan van Stijn e5a0bc6a50
Add GoDoc to fix linting validation
The validate step in CI was broken, due to a combination of
086b4541cf, fbdd437d29,
and 85733620eb being merged to master.

```
api/types/filters/parse.go:39:1: exported method `Args.Keys` should have comment or be unexported (golint)
func (args Args) Keys() []string {
^
daemon/config/builder.go:19:6: exported type `BuilderGCFilter` should have comment or be unexported (golint)
type BuilderGCFilter filters.Args
     ^
daemon/config/builder.go:21:1: exported method `BuilderGCFilter.MarshalJSON` should have comment or be unexported (golint)
func (x *BuilderGCFilter) MarshalJSON() ([]byte, error) {
^
daemon/config/builder.go:35:1: exported method `BuilderGCFilter.UnmarshalJSON` should have comment or be unexported (golint)
func (x *BuilderGCFilter) UnmarshalJSON(data []byte) error {
^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 9d726f1c18)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-22 10:28:25 +02:00
..
backend distribution: fix passing platform struct to puller 2018-06-27 14:59:31 -07:00
blkiodev Add canonical import comment 2018-02-05 16:51:57 -05:00
container Remove DiskQouta field. 2019-05-13 15:42:41 -07:00
events Add canonical import comment 2018-02-05 16:51:57 -05:00
filters Add GoDoc to fix linting validation 2019-10-22 10:28:25 +02:00
image Add "import" statement to generated API types 2019-05-13 15:42:22 -07:00
mount mount: add BindOptions.NonRecursive (API v1.40) 2018-11-06 17:51:58 +09:00
network docs follow-ups for networks "dangling" filter 2019-02-28 17:54:31 +01:00
plugins/logdriver Add partial log metadata to log driver proto 2018-08-10 20:44:30 -07:00
registry Add canonical import comment 2018-02-05 16:51:57 -05:00
strslice Format code with gofmt -s from go-1.11beta1 2018-09-06 15:24:16 -07:00
swarm Return a warning when running in a two-manager setup 2019-03-18 14:36:00 +01:00
time Improve GetTimestamp parsing 2018-05-20 13:07:17 +02:00
versions Add canonical import comment 2018-02-05 16:51:57 -05:00
volume Add "import" statement to generated API types 2019-05-13 15:42:22 -07:00
auth.go Add canonical import comment 2018-02-05 16:51:57 -05:00
client.go builder-next: allow outputs configuration 2019-03-19 10:28:30 -07:00
configs.go Move network conversions out of API router 2018-06-27 17:11:29 -07:00
error_response.go
graph_driver_data.go
id_response.go
image_delete_response_item.go
image_summary.go
plugin.go Move plugin client creation to the extension point 2018-05-25 15:18:53 -04:00
plugin_device.go
plugin_env.go
plugin_interface_type.go
plugin_mount.go
plugin_responses.go Add canonical import comment 2018-02-05 16:51:57 -05:00
port.go Describe IP field of Port definition 2018-05-15 12:09:42 +02:00
seccomp.go seccomp: allow ptrace for 4.8+ kernels 2018-11-04 13:06:43 -08:00
service_update_response.go
stats.go Fix dont typo 2018-09-08 16:58:03 +08:00
types.go Revert "Adding builder version" 2019-03-14 00:18:46 +01:00
volume.go