Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field string
Field specifies the name of a field in a message in the pipeline.
func (Field) IsUnspecified ¶
IsUnspecified reports whether this field is "".
type Instance ¶
type Instance interface { // Set updates the value of a given field. Set(Field, Instance) error // Get returns the current value of a field. Get(Field) (Instance, error) }
Instance specifies an interface for concrete messages. These messages can be sent and received in stages. An instance can have subfields, that can be updated.
Click to show internal directories.
Click to hide internal directories.