Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldMask ¶
type FieldMask fieldmaskpb.FieldMask
func (*FieldMask) MarshalJSON ¶
func (*FieldMask) PB ¶
func (f *FieldMask) PB() *fieldmaskpb.FieldMask
func (*FieldMask) UnmarshalJSON ¶
type Source ¶
type Source struct {
Name string `json:"name,omitempty"`
Trait trait.Name `json:"trait,omitempty"`
// ReadMask instructs the history service to only read the specified fields
ReadMask *FieldMask `json:"readMask,omitempty"`
}
func (Source) SourceName ¶
Click to show internal directories.
Click to hide internal directories.