return error on file not found and added log ids and messages

This commit is contained in:
Livio Amstutz
2020-03-19 08:32:47 +01:00
parent af8905036b
commit 7ef62528d1
5 changed files with 5 additions and 7 deletions

View File

@@ -10,5 +10,5 @@ type Config struct {
}
func Start(ctx context.Context, config Config) error {
return errors.ThrowUnimplemented(nil, "", "") //TODO: implement
return errors.ThrowUnimplemented(nil, "ADMIN-n8vw5", "not implemented yet") //TODO: implement
}

View File

@@ -10,5 +10,5 @@ type Config struct {
}
func Start(ctx context.Context, config Config) error {
return errors.ThrowUnimplemented(nil, "", "") //TODO: implement
return errors.ThrowUnimplemented(nil, "AUTH-l7Hdx", "not implemented yet") //TODO: implement
}

View File

@@ -10,5 +10,5 @@ type Config struct {
}
func Start(ctx context.Context, config Config) error {
return errors.ThrowUnimplemented(nil, "", "") //TODO: implement
return errors.ThrowUnimplemented(nil, "EVENT-1hfiu", "not implemented yet") //TODO: implement
}

View File

@@ -10,5 +10,5 @@ type Config struct {
}
func Start(ctx context.Context, config Config) error {
return errors.ThrowUnimplemented(nil, "", "") //TODO: implement
return errors.ThrowUnimplemented(nil, "MANAG-h3k3x", "not implemented yet") //TODO: implement
}