package
0.2.0-alpha
Repository: https://github.com/vmware-archive/dispatch.git
Documentation: pkg.go.dev
# Packages
Code generated by mockery v1.0.0.
# Functions
NewDriver is just a constructor for the Zdriver class.
# Constants
NodeCreated represents the creation of a znode.
# Structs
Zdriver is a simple implementation of the Driver interface This allows us to create and delete nodes, and create watches.
# Interfaces
Driver is an interface that abstracts zookeeper calls This is a simple interface that allows for the creation/deletion of nodes Also we can watch for the creation of a node.