# Functions
NewContainer is a constructor for the [Container].
NewNNSResolver is a constructor for the NNSResolver.
NewNoOpResolver is a constructor for the NoOpResolver.
NewResolver returns resolver depending on corresponding endpoint.
# Variables
ErrNotFound shows the container not found by name.
# Structs
Container is a wrapper for the [Resolver].
NNSResolver allows to resolve container id by its name.
NoOpResolver is a special resolver for situation when [NNSResolver] can't be created.
# Interfaces
Resolver allows to map container ID by container name.