Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide( ProvideCheckpointManager, ), )
Functions ¶
This section is empty.
Types ¶
type CheckpointManagerIn ¶
type CheckpointManagerOut ¶
type CheckpointManagerOut struct { fx.Out CheckpointManager checkpoint.CheckpointManager }
func ProvideCheckpointManager ¶
func ProvideCheckpointManager(in CheckpointManagerIn) (CheckpointManagerOut, error)
Click to show internal directories.
Click to hide internal directories.