Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCore ¶
type MockCore struct { Err error Files map[string]string // contains filtered or unexported fields }
MockCore can be used to bring up a simplified core-like service that you can upload and get files from.
func NewMockCore ¶
func NewMockCore() *MockCore
NewMockCore returns a new MockCore with an empty set of Files.
Click to show internal directories.
Click to hide internal directories.