Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Aug 18, 2020
1 parent 8ab981e commit f8b3f46
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 52 deletions.
10 changes: 5 additions & 5 deletions command/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions failure/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions filter/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.temporal.io/api
module github.com/spiral/go-api

go 1.13

Expand All @@ -15,3 +15,5 @@ require (
google.golang.org/grpc v1.31.0
google.golang.org/protobuf v1.25.0 // indirect
)

//go.temporal.io/api
12 changes: 6 additions & 6 deletions history/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions namespace/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions query/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion serviceerror/cancellationAlreadyRequested.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion serviceerror/clientVersionNotSupported.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion serviceerror/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)
// ToStatus converts service error to gogo gRPC status.
// If error is not a service error it returns status with code Unknown.
Expand Down
2 changes: 1 addition & 1 deletion serviceerror/featureVersionNotSupported.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion serviceerror/namespaceAlreadyExists.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion serviceerror/namespaceNotActive.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion serviceerror/notFound.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion serviceerror/queryFailed.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)

type (
Expand Down
2 changes: 1 addition & 1 deletion serviceerror/workflowExecutionAlreadyStarted.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/gogo/status"
"google.golang.org/grpc/codes"

"go.temporal.io/api/errordetails/v1"
"github.com/spiral/go-api/errordetails/v1"
)

type (
Expand Down
4 changes: 2 additions & 2 deletions taskqueue/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions workflow/v1/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions workflowservice/v1/request_response.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workflowservicemock/v1/service.pb.mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8b3f46

Please sign in to comment.