Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyFactory ¶
type DependencyFactory interface { MakeMeshTranslator() mesh.Translator MakeDestinationTranslator() destination.Translator }
the DependencyFactory creates dependencies for the translator from a given snapshot NOTE(ilackarms): private interface used here as it's not expected we'll need to define our DependencyFactory anywhere else
func NewDependencyFactory ¶
func NewDependencyFactory() DependencyFactory
Click to show internal directories.
Click to hide internal directories.