package
0.0.0-20240615203259-d1273b2b4a1f
Repository: https://github.com/psaintlaurent/moby.git
Documentation: pkg.go.dev
# Functions
GetTimestamp tries to parse given string as golang duration, then RFC3339 time and finally as a Unix timestamp.
ParseTimestamps returns seconds and nanoseconds from a timestamp that has the format ("%d.%09d", time.Unix(), int64(time.Nanosecond())).