infocard

package
v0.51.4 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: GPL-3.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func XmlToText

func XmlToText(xml_stuff string) ([]string, error)

Types

type Config

type Config struct {
	Infonames map[int]Infoname
	Infocards map[int]*Infocard
}

func NewConfig

func NewConfig() *Config

type Infocard

type Infocard struct {
	Lines []string
	// contains filtered or unexported fields
}

func NewInfocard

func NewInfocard(Content string) *Infocard

func (*Infocard) XmlToText

func (i *Infocard) XmlToText() ([]string, error)

type Infoname

type Infoname string

type RDL

type RDL struct {
	XMLName xml.Name `xml:"RDL"`
	TEXT    []string `xml:"TEXT"`
}

type RecordKind

type RecordKind string
const (
	TYPE_NAME    RecordKind = "NAME"
	TYPE_INFOCAD RecordKind = "INFOCARD"
)

Jump to

Keyboard shortcuts

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