Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBundleClient ¶
type MockBundleClient struct { GetResponse []byte GetErr error PostStatusCode int PostErr error ArgPostBundle []byte }
func (*MockBundleClient) GetDataFromBundle ¶
func (m *MockBundleClient) GetDataFromBundle(_ string) ([]byte, error)
func (*MockBundleClient) PostBundle ¶
func (m *MockBundleClient) PostBundle(bundle []byte) (int, error)
Click to show internal directories.
Click to hide internal directories.