Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nourbalaha committed Nov 6, 2024
1 parent 09c254e commit 3a9a7fb
Show file tree
Hide file tree
Showing 4 changed files with 368 additions and 70 deletions.
8 changes: 8 additions & 0 deletions server/internal/adapter/integration/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,14 @@ func (s *Server) FieldDeleteWithProject(ctx context.Context, request FieldDelete
}, err
}

func (s *Server) SchemaByModelWithProjectAsJSON(ctx context.Context, request SchemaByModelWithProjectAsJSONRequestObject) (SchemaByModelWithProjectAsJSONResponseObject, error) {
panic("not implemented")
}

func (s *Server) SchemaByIDAsJSON(ctx context.Context, request SchemaByIDAsJSONRequestObject) (SchemaByIDAsJSONResponseObject, error) {
panic("not implemented")
}

func FromSchemaTypeProperty(t integrationapi.ValueType, multiple bool) (tpRes *schema.TypeProperty, dv *value.Multiple, err error) {
switch t {
case integrationapi.ValueTypeText:
Expand Down
Loading

0 comments on commit 3a9a7fb

Please sign in to comment.