Skip to content

Commit

Permalink
Merge branch 'master' into activity-heartbeat-timeout-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samarabbas authored Jan 25, 2018
2 parents 1b5b27b + 6fe6949 commit 6e33c24
Show file tree
Hide file tree
Showing 20 changed files with 406 additions and 70 deletions.
4 changes: 2 additions & 2 deletions .gen/go/shared/idl.go

Large diffs are not rendered by default.

188 changes: 185 additions & 3 deletions .gen/go/shared/types.go

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

5 changes: 5 additions & 0 deletions common/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ func TimeoutTypePtr(t s.TimeoutType) *s.TimeoutType {
return &t
}

// TaskListKindPtr makes a copy and returns the pointer to a TaskListKind.
func TaskListKindPtr(t s.TaskListKind) *s.TaskListKind {
return &t
}

// DecisionTaskFailedCausePtr makes a copy and returns the pointer to a DecisionTaskFailedCause.
func DecisionTaskFailedCausePtr(t s.DecisionTaskFailedCause) *s.DecisionTaskFailedCause {
return &t
Expand Down
Loading

0 comments on commit 6e33c24

Please sign in to comment.