Documentation
¶
Overview ¶
Package subobjects
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( True = Subobjects{"true"} False = Subobjects{"false"} Auto = Subobjects{"auto"} )
Functions ¶
This section is empty.
Types ¶
type Subobjects ¶
type Subobjects struct {
Name string
}
func (Subobjects) MarshalText ¶
func (s Subobjects) MarshalText() (text []byte, err error)
func (Subobjects) String ¶
func (s Subobjects) String() string
func (*Subobjects) UnmarshalJSON ¶
func (s *Subobjects) UnmarshalJSON(data []byte) error
func (*Subobjects) UnmarshalText ¶
func (s *Subobjects) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.