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
Click to show internal directories.
Click to hide internal directories.