xml

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sheet

type Sheet struct {
	Topic []Topic `xml:"topic"`
}

type Topic

type Topic struct {
	Title    string `xml:"title"`
	Children struct {
		Topics struct {
			Topic []Topic `xml:"topic"`
		} `xml:"topics"`
	} `xml:"children"`
}

type XmlXMindContent

type XmlXMindContent struct {
	Sheet []Sheet `xml:"sheet"`
}

XmlXMindContent XMind 8 UPDATE 9

func (XmlXMindContent) GetTestCase

func (x XmlXMindContent) GetTestCase(file *zip.File) ([]types.TestCase, error)

Jump to

Keyboard shortcuts

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