Skip to content

Commit

Permalink
feat: add mfe undeployed attributes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Apr 17, 2024
1 parent 0147329 commit 45915ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
package org.tkit.onecx.product.store.mfe.operator.client.mappers;

import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.tkit.onecx.product.store.mfe.operator.MicrofrontendSpec;

import gen.org.tkit.onecx.product.store.mfe.v1.model.UpdateMfeRequest;

@Mapper
public interface ProductStoreMapper {

@Mapping(target = "undeployed", constant = "false")
UpdateMfeRequest map(MicrofrontendSpec spec);

}

0 comments on commit 45915ff

Please sign in to comment.