Documentation ¶
Index ¶
Constants ¶
View Source
const BundleTypeMock string = "Mock"
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)
func (*MockBundleClient) Type ¶ added in v0.6.4
func (m *MockBundleClient) Type() string
Click to show internal directories.
Click to hide internal directories.