moby--moby/pkg/jsonlog
David Calavera 27220ecc6b Move timeutils functions to the only places where they are used.
- Move time json marshaling to the jsonlog package: this is a docker
  internal hack that we should not promote as a library.
- Move Timestamp encoding/decoding functions to the API types: This is
  only used there. It could be a standalone library but I don't this
it's worth having a separated repo for this. It could introduce more
complexity than it solves.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-12-15 14:56:14 -05:00
..
jsonlog.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
jsonlog_marshalling.go Move timeutils functions to the only places where they are used. 2015-12-15 14:56:14 -05:00
jsonlog_marshalling_test.go Add test coverage to pkg/jsonlog 2015-06-27 10:13:47 +02:00
jsonlogbytes.go add labels/env log option for jsonfile 2015-10-12 21:12:46 +02:00
jsonlogbytes_test.go add labels/env log option for jsonfile 2015-10-12 21:12:46 +02:00
time_marshalling.go Move timeutils functions to the only places where they are used. 2015-12-15 14:56:14 -05:00
time_marshalling_test.go Move timeutils functions to the only places where they are used. 2015-12-15 14:56:14 -05:00