package
0.24.46
Repository: https://github.com/openziti/fabric.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
LocalDispatcher should be used when running a non-clustered system.
No description provided by the author
No description provided by the author

# Interfaces

Command instances represent actions to be taken by the fabric controller.
Decoder instances know how to decode encoded commands.
No description provided by the author
Dispatcher instances will take a command and either send it to the leader to be applied, or if the current system is the leader, apply it locally.
EntityCreator instances can apply a create entity command to create entities of a given type.
EntityDeleter instances can apply a delete entity command to delete entities of a given type.
EntityManager instances can handle create, update and delete entities of a specific type.
EntityMarshaller instances can marshal and unmarshal entities of the type that they manage as well as knowing their entity type.
EntityUpdater instances can apply an update entity command to update entities of a given type.
Validatable instances can be validated.

# Type aliases

DecoderF is a function version of the Decoder interface.