Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomTypeCliValue ¶
type CustomTypeCliValueAdapter ¶
type CustomTypeCliValueAdapter struct { FdPath []preflect.FieldDescriptor DVals []interface{} Fd preflect.FieldDescriptor Msg proto.Message Tp reflect.Type }
func (*CustomTypeCliValueAdapter) Set ¶
func (v *CustomTypeCliValueAdapter) Set(raw string) error
func (*CustomTypeCliValueAdapter) String ¶
func (v *CustomTypeCliValueAdapter) String() string
func (*CustomTypeCliValueAdapter) Type ¶
func (v *CustomTypeCliValueAdapter) Type() string
type MapVar ¶
type MapVar struct { FdPath []preflect.FieldDescriptor DVals []interface{} Fd preflect.FieldDescriptor Msg proto.Message Tp reflect.Type }
type ScalarVar ¶
type ScalarVar struct { FdPath []preflect.FieldDescriptor DVals []interface{} Fd preflect.FieldDescriptor Msg proto.Message Tp reflect.Type }
type SliceVar ¶
type SliceVar struct { FdPath []preflect.FieldDescriptor DVals []interface{} Fd preflect.FieldDescriptor Msg proto.Message Tp reflect.Type }
Click to show internal directories.
Click to hide internal directories.