apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Installation problems

Open basemaly opened this issue 1 year ago • 0 comments

Hi, there. I'm very excited to try your project. As you wrote in the instructions, I replaced the body of the get data function to this:

func GetData(sourcesMap map[string]schema.Record) map[string]schema.Data {
	return make(map[string]schema.Data)
	return data
}

And I created a new folder called 'data' inside apollo\pkg\apollo. However, when I try to launch, I get this error:

pkg\apollo\sources\source.go:14:9: undefined: data

Can you please help get it to work? Thanks!

basemaly avatar Jul 19 '23 16:07 basemaly