Documentation
¶
Index ¶
- type SfcManager
- func (_m *SfcManager) CreateSfcClientIntent(sfc model.SfcClientIntent, pr string, ca string, caver string, dig string, ...) (model.SfcClientIntent, error)
- func (_m *SfcManager) DeleteSfcClientIntent(name string, pr string, ca string, caver string, dig string, netctrlint string) error
- func (_m *SfcManager) GetAllSfcClientIntents(pr string, ca string, caver string, dig string, netctrlint string) ([]model.SfcClientIntent, error)
- func (_m *SfcManager) GetSfcClientIntent(name string, pr string, ca string, caver string, dig string, netctrlint string) (model.SfcClientIntent, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SfcManager ¶
SfcManager is an autogenerated mock type for the SfcManager type
func (*SfcManager) CreateSfcClientIntent ¶
func (_m *SfcManager) CreateSfcClientIntent(sfc model.SfcClientIntent, pr string, ca string, caver string, dig string, netctrlint string, exists bool) (model.SfcClientIntent, error)
CreateSfcClientIntent provides a mock function with given fields: sfc, pr, ca, caver, dig, netctrlint, exists
func (*SfcManager) DeleteSfcClientIntent ¶
func (_m *SfcManager) DeleteSfcClientIntent(name string, pr string, ca string, caver string, dig string, netctrlint string) error
DeleteSfcClientIntent provides a mock function with given fields: name, pr, ca, caver, dig, netctrlint
func (*SfcManager) GetAllSfcClientIntents ¶
func (_m *SfcManager) GetAllSfcClientIntents(pr string, ca string, caver string, dig string, netctrlint string) ([]model.SfcClientIntent, error)
GetAllSfcClientIntents provides a mock function with given fields: pr, ca, caver, dig, netctrlint
func (*SfcManager) GetSfcClientIntent ¶
func (_m *SfcManager) GetSfcClientIntent(name string, pr string, ca string, caver string, dig string, netctrlint string) (model.SfcClientIntent, error)
GetSfcClientIntent provides a mock function with given fields: name, pr, ca, caver, dig, netctrlint
Click to show internal directories.
Click to hide internal directories.