Skip to content

Commit

Permalink
chore: minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cludden committed Apr 16, 2024
1 parent c95cb5a commit 089b9a0
Show file tree
Hide file tree
Showing 4 changed files with 784 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/docs/examples/mutex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Proto from '!!raw-loader!../../../examples/mutex/proto/example/mutex/v1/m
import Implementation from '!!raw-loader!../../../examples/mutex/main.go';


# Hello World
# Mutex

A simple example inspired by [temporalio/samples-go/mutex](https://github.com/temporalio/samples-go/tree/main/mutex)

Expand Down
5 changes: 1 addition & 4 deletions docs/docs/guides/activities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import TabItem from '@theme/TabItem';

# Activities

## Implementation

Activities are implemented as methods on a Go `struct` that satisfies the generated `<Service>Activities` interface type generated by this plugin

<Tabs>
Expand Down Expand Up @@ -50,8 +48,7 @@ service Example {
</TabItem>
</Tabs>


### Parameters
## Parameters

The signature of an activity method varies based on whether or not the activity definition specifies a non-empty input and/or output message type.

Expand Down
Loading

0 comments on commit 089b9a0

Please sign in to comment.