Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPetClient ¶
type MockPetClient struct { MockAddPet func(pet *clientset.Pet) (*clientset.Pet, error) MockGetPetById func(petId string) (*clientset.Pet, error) MockUpdatePetById func(petId string, pet *clientset.Pet) error MockDeletePetById func(petId string) error }
func (*MockPetClient) DeletePetById ¶
func (m *MockPetClient) DeletePetById(petId string) error
func (*MockPetClient) GetPetById ¶
func (m *MockPetClient) GetPetById(petId string) (*clientset.Pet, error)
func (*MockPetClient) UpdatePetById ¶
func (m *MockPetClient) UpdatePetById(petId string, pet *clientset.Pet) error
Click to show internal directories.
Click to hide internal directories.