Skip to content
Snippets Groups Projects

Indexes

Closed BENARD Julien requested to merge indexes into dev
2 files
+ 1
12
Compare changes
  • Side-by-side
  • Inline

Files

##TODO : show local & global index templates (name of fields)
defmodule Interface do
def validateRule(cindex_entry_augmented) do
##validate rule
true
end
def i_index_augmentation(local_i_index,global_i_index) do
#augment i_index
i_index_augmented
end
end
Loading