We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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!
The text was updated successfully, but these errors were encountered: