1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graph
Aaron Lehmann d4836cd7ec Documentation improvements and code cleanups for graph package
Expand the godoc documentation for the graph package.

Centralize DefaultTag in the graphs/tag package instead of defining it
twice.

Remove some unnecessary "config" structs that are only used to pass
a few parameters to a function.

Simplify the GetParentsSize function - there's no reason for it to take
an accumulator argument.

Unexport some functions that aren't needed outside the package.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-07-30 14:27:10 -07:00
..
tags Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
export.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
graph.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
graph_test.go Replace GenerateRandomID with GenerateNonCryptoID 2015-07-28 22:31:01 -07:00
graph_unix.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
graph_windows.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
history.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
import.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
list.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
load.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
load_unsupported.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
mutex.go Attempt to protect on disk image store with mutex 2015-06-25 20:16:37 -07:00
pools_test.go don't call reexec.Init from chrootarchive 2014-11-25 01:03:40 +02:00
pull.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
pull_v1.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
pull_v2.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
push.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
push_v1.go Improve documentation and golint compliance of registry package 2015-07-24 11:55:07 -07:00
push_v2.go /graph fix lin errors/warnings 2015-07-29 20:59:36 +00:00
registry.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
service.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
tags.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00
tags_unit_test.go Documentation improvements and code cleanups for graph package 2015-07-30 14:27:10 -07:00