package
1.2.0
Repository: https://github.com/swipely/iam-docker.git
Documentation: pkg.go.dev

# Functions

NewContainerStore creates an empty container store.
NewEventHandler a new event handler that updates the container and IAM stores based on Docker event updates.

# Interfaces

ContainerStore exposes methods to handle container lifecycle events.
EventHandler instances implement DockerEventsChannel() which performs actions based on Docker events.
RawClient specifies the subset of commands that EventHandlers use from the go-dockerclient.