Documentation
¶
Index ¶
- type AnySimpleType
- func (a *AnySimpleType) Get() interface{}
- func (a AnySimpleType) MarshalJSON() ([]byte, error)
- func (a *AnySimpleType) MarshalText() ([]byte, error)
- func (a AnySimpleType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
- func (a AnySimpleType) MarshalYAML() (interface{}, error)
- func (a *AnySimpleType) Set(v interface{}) error
- func (a *AnySimpleType) String() string
- func (a *AnySimpleType) UnmarshalJSON(data []byte) error
- func (a *AnySimpleType) UnmarshalText(text []byte) error
- func (a *AnySimpleType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
- func (a *AnySimpleType) UnmarshalYAML(value *yaml.Node) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnySimpleType ¶
type AnySimpleType struct {
// contains filtered or unexported fields
}
func (*AnySimpleType) Get ¶
func (a *AnySimpleType) Get() interface{}
func (AnySimpleType) MarshalJSON ¶
func (a AnySimpleType) MarshalJSON() ([]byte, error)
func (*AnySimpleType) MarshalText ¶
func (a *AnySimpleType) MarshalText() ([]byte, error)
func (AnySimpleType) MarshalXML ¶
func (a AnySimpleType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (AnySimpleType) MarshalYAML ¶
func (a AnySimpleType) MarshalYAML() (interface{}, error)
func (*AnySimpleType) Set ¶
func (a *AnySimpleType) Set(v interface{}) error
func (*AnySimpleType) String ¶
func (a *AnySimpleType) String() string
func (*AnySimpleType) UnmarshalJSON ¶
func (a *AnySimpleType) UnmarshalJSON(data []byte) error
func (*AnySimpleType) UnmarshalText ¶
func (a *AnySimpleType) UnmarshalText(text []byte) error
func (*AnySimpleType) UnmarshalXML ¶
func (a *AnySimpleType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*AnySimpleType) UnmarshalYAML ¶
func (a *AnySimpleType) UnmarshalYAML(value *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.