3
0

Added federation decoder to pkg

This commit is contained in:
Peter Grlica
2020-10-28 17:18:31 +01:00
parent 05fa88f5e5
commit 84810c1745
3 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package decoder
import (
"github.com/cortezaproject/corteza-server/compose/types"
)
type (
ComposeModule struct {
types.Module
}
)