# Functions
ConvertToTimestamp takes a string, parses it using the RFC3339Nano layout, and converts it to a Timestamp object.
NewTimestamp returns a Timestamp object using the current time.
# Structs
Timestamp wraps around time.Time and offers utilities to format and parse the time using RFC3339Nano.
# Interfaces
No description provided by the author
# Type aliases
DockerID is an ID of docker container.
A type to help sort container statuses based on container names.