Added JMESpath to query the state of specific

meshes.
This commit is contained in:
Tim Beatham
2023-10-31 10:34:09 +00:00
parent e56780fdd4
commit aa3d40f82c
3 changed files with 21 additions and 7 deletions

View File

@@ -87,10 +87,12 @@ func (s *SyncServiceImpl) SyncMesh(stream rpc.SyncService_SyncMeshServer) error
if syncer != nil {
syncer.Complete()
}
return nil
}
}
}
func NewSyncService(server *ctrlserver.MeshCtrlServer) *SyncServiceImpl {
return &SyncServiceImpl{Server: server}
}