Documentation ¶
Index ¶
- func Duration(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
- func Enum(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
- func EnumList(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
- func FieldMask(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
- func MapStringString(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
- func Primitive[T any](mutable func() protoreflect.Message, field protoreflect.FieldDescriptor, ...) pflag.Value
- func PrimitiveList[T any](mutable func() protoreflect.Message, field protoreflect.FieldDescriptor, ...) pflag.Value
- func Timestamp(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Duration ¶
func Duration(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
func Enum ¶
func Enum(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
func EnumList ¶ added in v0.17.0
func EnumList(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
func FieldMask ¶
func FieldMask(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
func MapStringString ¶
func MapStringString(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
func Primitive ¶
func Primitive[T any]( mutable func() protoreflect.Message, field protoreflect.FieldDescriptor, valueOf func(T) protoreflect.Value, parser func(string) (T, error), ) pflag.Value
func PrimitiveList ¶
func PrimitiveList[T any]( mutable func() protoreflect.Message, field protoreflect.FieldDescriptor, valueOf func(T) protoreflect.Value, parser func(string) (T, error), ) pflag.Value
func Timestamp ¶
func Timestamp(mutable func() protoreflect.Message, field protoreflect.FieldDescriptor) pflag.Value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.