automatic codeformat
This commit is contained in:
parent
5cb044d4b7
commit
54bc3d603c
@ -19,7 +19,6 @@ type appContext struct {
|
|||||||
localRootPath string
|
localRootPath string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (c *appContext) UseMetadataStore(connectionString string) error {
|
func (c *appContext) UseMetadataStore(connectionString string) error {
|
||||||
if connectionString == "" {
|
if connectionString == "" {
|
||||||
return errors.New("missing connectionString to use metadata store!")
|
return errors.New("missing connectionString to use metadata store!")
|
||||||
|
@ -411,7 +411,6 @@ func Test_uploadImages_saves_same_id_to_db(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// test metadata store to store save the metadat and simulate the database
|
// test metadata store to store save the metadat and simulate the database
|
||||||
type testStore struct {
|
type testStore struct {
|
||||||
savedMetadata map[string]ImageMetaData
|
savedMetadata map[string]ImageMetaData
|
||||||
|
Loading…
Reference in New Issue
Block a user