package
2.13.5+incompatible
Repository: https://github.com/datacommonsorg/mixer.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

Continue indicates that processing should continue.
Done indicates that processing should stop.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Dispatcher struct handles requests by dispatching requests to various processors and datasources as appropriate.
NOTE: We are using the base proto.Message for requests and responses.

# Interfaces

Processor interface defines methods for performing pre and post processing operations.

# Type aliases

Outcome represents the result of a processing step.
RequestType represents the type of request.