Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NestedFieldMask ¶
type NestedFieldMask map[string]NestedFieldMask
NestedFieldMask helps to build a nested field mask.
func New ¶
func New(path []string) NestedFieldMask
New returns a new NestedFieldMask with the given field mask.
func NewWithPaths ¶
func NewWithPaths(paths ...string) NestedFieldMask
NewWithPaths returns a new NestedFieldMask with the given paths.
func (NestedFieldMask) Filter ¶
func (mask NestedFieldMask) Filter(m proto.Message)
func (NestedFieldMask) Masked ¶
func (mask NestedFieldMask) Masked(path string) bool
func (NestedFieldMask) Prune ¶
func (mask NestedFieldMask) Prune(m proto.Message)
Click to show internal directories.
Click to hide internal directories.