fieldmask

package
v1.0.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDurationPathBuilder

type IDurationPathBuilder interface {
	String() string
	Seconds() IEndPathBuilder
	Nanos() IEndPathBuilder
}

func NewDurationPathBuilder

func NewDurationPathBuilder(fieldPath string) IDurationPathBuilder

type IEndPathBuilder

type IEndPathBuilder interface {
	String() string
}

func NewEndPathBuilder

func NewEndPathBuilder(fieldPath string) IEndPathBuilder

type IFieldMaskPathBuilder

type IFieldMaskPathBuilder interface {
	String() string
	Paths() IEndPathBuilder
}

func NewFieldMaskPathBuilder

func NewFieldMaskPathBuilder(fieldPath string) IFieldMaskPathBuilder

type ITimestampPathBuilder

type ITimestampPathBuilder interface {
	String() string
	Seconds() IEndPathBuilder
	Nanos() IEndPathBuilder
}

func NewTimestampPathBuilder

func NewTimestampPathBuilder(fieldPath string) ITimestampPathBuilder

type IWrappersPathBuilder

type IWrappersPathBuilder interface {
	String() string
	Value() IEndPathBuilder
}

func NewWrappersPathBuilder

func NewWrappersPathBuilder(fieldPath string) IWrappersPathBuilder

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL