schema

package
v0.0.0-...-cb4d691 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2021 License: BSD-3-Clause Imports: 2 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"`
}

MyType2 ...

type MyType3

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

MyType3 ...

type MyType4

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

MyType4 ...

type MyType5

type MyType5 time.Time

MyType5 ...

Jump to

Keyboard shortcuts

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