# Functions
GetContainerID returns a unique ID for a container to use as key when saving to DB.
New returns a data client that implements the Client interface with boltdb.
NewNoopClient returns a client that implements the data interface with no-op.
NewWithSetup returns a data client that implements the Client interface with boltdb.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Client specifies the data management interface to persist and manage various kinds of data in the agent.