Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound shows the container not found by name. ErrNotFound = errors.New("not found") )
Functions ¶
This section is empty.
Types ¶
type Container ¶ added in v0.28.0
type Container struct {
// contains filtered or unexported fields
}
Container is a wrapper for the Resolver. It allows to update resolvers in runtime, without service restarting.
The Container should be used like regular Resolver.
func NewContainer ¶ added in v0.28.0
NewContainer is a constructor for the Container.
type NNSResolver ¶
type NNSResolver struct {
// contains filtered or unexported fields
}
NNSResolver allows to resolve container id by its name.
func NewNNSResolver ¶
func NewNNSResolver(reader *rpcNNS.ContractReader) *NNSResolver
NewNNSResolver is a constructor for the NNSResolver.
Click to show internal directories.
Click to hide internal directories.