Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Differ ¶
type Differ interface { DiffCephConfig(ctx context.Context, from, to models.CephConfig) ([]models.CephConfigDifference, error) DiffCephOSDConfig(ctx context.Context, from, to models.CephOSDConfig) ([]models.CephOSDConfigDifference, error) }
type Mock ¶
func (*Mock) DiffCephConfig ¶
func (m *Mock) DiffCephConfig(ctx context.Context, from, to models.CephConfig) ([]models.CephConfigDifference, error)
func (*Mock) DiffCephOSDConfig ¶ added in v0.2.0
func (m *Mock) DiffCephOSDConfig(ctx context.Context, from, to models.CephOSDConfig) ([]models.CephOSDConfigDifference, error)
Click to show internal directories.
Click to hide internal directories.