wasmCloud / lattice-observer

A reusable Elixir library for monitoring a lattice and deriving observed state
https://wasmcloud.com
Apache License 2.0
3 stars 2 forks source link

add ocimap to lattice struct #4

Closed janitha09 closed 2 years ago

janitha09 commented 2 years ago

This fixes mix test errors in wadm see https://github.com/janitha09/wadm/commit/42e47c528596a515842ffdec70558a3b9548ac91

autodidaddict commented 2 years ago

There isn't a need for ocimap... We use the refmap field

autodidaddict commented 2 years ago

@janitha09 going to close this one. Looking at your other PR I think the right solution is to refactor wadm's internal code to use the refmap field rather than the old ocimap field.