Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snowflake from Event #55

Open
amarjanica opened this issue Apr 27, 2016 · 1 comment
Open

Snowflake from Event #55

amarjanica opened this issue Apr 27, 2016 · 1 comment

Comments

@amarjanica
Copy link
Contributor

 event CoverageUpdate {
    String(4) supplierID;
    List<Coverage> coverages;
  }

  // zanima me lista timestampova ažuriranja za nekog suppliera
  snowflake<CoverageUpdate> CoverageUpdateView {
    supplierID;
    processedAt;
  }

Compiler javlja
Object CoverageUpdate in module trading is of invalid type. Check required type for specified concept

@zapov
Copy link
Member

zapov commented Apr 27, 2016

On a long standing TODO :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants