Skip to content

Commit 4967ea6

Browse files
Merge pull request #442 from pixlise/development
v4.76.0
2 parents e231093 + a2f1208 commit 4967ea6

File tree

6 files changed

+3114
-2459
lines changed

6 files changed

+3114
-2459
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package wsHandler
2+
3+
import (
4+
"errors"
5+
protos "github.com/pixlise/core/v4/generated-protos"
6+
"github.com/pixlise/core/v4/api/ws/wsHelpers"
7+
)
8+
9+
func HandleImage3DModelPointUploadReq(req *protos.Image3DModelPointUploadReq, hctx wsHelpers.HandlerContext) (*protos.Image3DModelPointUploadResp, error) {
10+
return nil, errors.New("HandleImage3DModelPointUploadReq not implemented yet")
11+
}
12+
func HandleImage3DModelPointsReq(req *protos.Image3DModelPointsReq, hctx wsHelpers.HandlerContext) (*protos.Image3DModelPointsResp, error) {
13+
return nil, errors.New("HandleImage3DModelPointsReq not implemented yet")
14+
}

generated-protos/image-3d-model-point-msgs.pb.go

Lines changed: 332 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)