Documentation
¶
Overview ¶
Package pcodecsmock re-exports luxfi/codec/codecmock so node/vms test files can mock codec.Manager via pcodecsmock.NewManager(ctrl) without importing luxfi/codec directly. Wave 2D of the codec rip (#101).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is the codecmock.Manager mock — a gomock-generated double for codec.Manager. Re-exported as pcodecsmock.Manager so test files don't pull in luxfi/codec/codecmock directly.
func NewManager ¶
func NewManager(ctrl *gomock.Controller) *Manager
NewManager builds a fresh Manager mock against the supplied controller. Mirrors codecmock.NewManager.
Click to show internal directories.
Click to hide internal directories.