Skip to content

Commit

Permalink
docs: message
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Oct 5, 2023
1 parent e581b37 commit e80811c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ var (
}
)

// Message is the data structure that is passed between transforms and
// interpreted by conditions.
// Message is the data structure that is handled by transforms and interpreted by
// conditions.
//
// Data in each message may be JSON text or binary data:
// - JSON text is accessed using the GetValue, SetValue, and DeleteValue methods.
Expand All @@ -39,7 +39,7 @@ var (
// GetValue, SetValue, and DeleteValue methods with a key prefixed with "meta ". Binary
// metadata is accessed using the Metadata and SetMetadata methods.
//
// Messages can also be marked as "control messages." Control messages are used for flow
// Messages can also be configured as "control messages." Control messages are used for flow
// control in Substation functions and applications, but can be used for any purpose depending
// on the needs of a transform or condition. These messages should not contain data or metadata.
type Message struct {
Expand Down

0 comments on commit e80811c

Please sign in to comment.