1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Merge pull request #26885 from allencloud/add-swarm-types-comments-and-fix-nits

add swarm type comments and fix nits
This commit is contained in:
Aaron Lehmann
2016-09-26 22:33:24 +01:00
committed by GitHub
6 changed files with 46 additions and 17 deletions

View File

@ -84,7 +84,7 @@ type CopyToContainerOptions struct {
AllowOverwriteDirWithFile bool
}
// EventsOptions hold parameters to filter events with.
// EventsOptions holds parameters to filter events with.
type EventsOptions struct {
Since string
Until string