Skip to content

Commit

Permalink
Buf re-generated protos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Mar 13, 2024
1 parent 7626f21 commit c799bc1
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 80 deletions.
18 changes: 8 additions & 10 deletions docs/task.proto.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package: platform.v1

<!-- markdownlint-disable -->
import "google/protobuf/any.proto"; <!-- markdownlint-disable -->
Messages to support coordination among processes/services in the platform.
At the time being this is a proof of concept. Different changes may occurs
when we actually start to use the event driven approach to coordinate
Expand All @@ -9,9 +9,8 @@ services.

## Imports

| Import | Description |
|---------------------------|-------------|
| google/protobuf/any.proto | |
| Import | Description |
|--------|-------------|



Expand Down Expand Up @@ -100,9 +99,8 @@ direction LR
class Parameter {
+ string name
+ google.protobuf.Any value
+ string value
}
Parameter --> `google.protobuf.Any`
```
### Task Diagram
Expand Down Expand Up @@ -162,10 +160,10 @@ Notification --> `Parameter`
A parameter of a `Task` or `Notification`


| Field | Ordinal | Type | Label | Description |
|---------|---------|-----------------------|-------|----------------------|
| `name` | 1 | `string` | | The parameter name |
| `value` | 2 | `google.protobuf.Any` | | The parameter value |
| Field | Ordinal | Type | Label | Description |
|---------|---------|----------|-------|----------------------|
| `name` | 1 | `string` | | The parameter name |
| `value` | 2 | `string` | | The parameter value |



Expand Down
136 changes: 66 additions & 70 deletions pkg/platform/v1/task.pb.go

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

0 comments on commit c799bc1

Please sign in to comment.