Skip to content

Commit 7964db4

Browse files
committed
fix: lint
1 parent 60198e4 commit 7964db4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

a2apb/v0/pbjson/a2av0.pb.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
// types (as generated for release/spec-v0 in the a2a-go v0.3 line), tailored
1717
// for the proto-JSON wire format that other sdks emits and
1818
// expects for its HTTP+JSON REST binding.
19-
2019
package pbjson
2120

2221
import "time"
2322

2423
// Role is the role of a Message sender.
2524
type Role string
2625

26+
// Role enum values as they appear on the wire.
2727
const (
2828
RoleUnspecified Role = "ROLE_UNSPECIFIED"
2929
RoleUser Role = "ROLE_USER"
@@ -37,6 +37,7 @@ const (
3737
// (American). The compat layer translates between the two.
3838
type TaskState string
3939

40+
// TaskState enum values as they appear on the wire.
4041
const (
4142
TaskStateUnspecified TaskState = "TASK_STATE_UNSPECIFIED"
4243
TaskStateSubmitted TaskState = "TASK_STATE_SUBMITTED"

0 commit comments

Comments
 (0)