json

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JsonXMindContent

type JsonXMindContent []struct {
	Title     string `json:"title,omitempty" `
	RootTopic Topic  `json:"rootTopic,omitempty" `
}

JsonXMindContent json XMind 10

func (JsonXMindContent) GetTestCase

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

type Topic

type Topic struct {
	Title    string `json:"title,omitempty"`
	Children struct {
		Attached []Topic `json:"attached,omitempty"`
	} `json:"children,omitempty" xml:"children"`
}

Jump to

Keyboard shortcuts

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