Documentation
¶
Overview ¶
Package fieldaccesspattern
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Classic = FieldAccessPattern{"classic"} Flexible = FieldAccessPattern{"flexible"} )
Functions ¶
This section is empty.
Types ¶
type FieldAccessPattern ¶
type FieldAccessPattern struct {
Name string
}
func (FieldAccessPattern) MarshalText ¶
func (f FieldAccessPattern) MarshalText() (text []byte, err error)
func (FieldAccessPattern) String ¶
func (f FieldAccessPattern) String() string
func (*FieldAccessPattern) UnmarshalText ¶
func (f *FieldAccessPattern) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.