schema

package
v0.0.0-...-db0d798 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyType1

type MyType1 []byte

MyType1 ...

type MyType2

type MyType2 struct {
	XMLName    xml.Name `xml:"myType2"`
	LengthAttr int      `xml:"length,attr,omitempty"`
	Value      []byte   `xml:",chardata"`
}

MyType2 ...

type MyType3

type MyType3 struct {
	XMLName    xml.Name  `xml:"myType3"`
	LengthAttr int       `xml:"length,attr,omitempty"`
	Value      time.Time `xml:",chardata"`
}

MyType3 ...

type MyType4

type MyType4 struct {
	XMLName   xml.Name `xml:"myType4"`
	Title     string   `xml:"title"`
	Blob      []byte   `xml:"blob"`
	Timestamp string   `xml:"timestamp"`
}

MyType4 ...

type MyType5

type MyType5 time.Time

MyType5 ...

type MyType6

type MyType6 struct {
	XMLName xml.Name `xml:"myType6"`
	Value   string   `xml:",chardata"`
}

MyType6 ...

type TopLevel

type TopLevel struct {
	XMLName xml.Name  `xml:"topLevel"`
	MyType1 []byte    `xml:"myType1"`
	MyType2 *MyType2  `xml:"myType2"`
	MyType3 *MyType3  `xml:"myType3"`
	MyType4 *MyType4  `xml:"myType4"`
	MyType5 time.Time `xml:"myType5"`
	MyType6 *MyType6  `xml:"myType6"`
}

TopLevel ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL