wrappers

package
v0.0.0-...-00a43c6 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetInnerRandomStream

func SetInnerRandomStream(s crypto.Stream)

Types

type Bool

type Bool struct {
	// contains filtered or unexported fields
}

Bool represents a tag that contains either "True" or "False" as its chardata

func (*Bool) IsSet

func (b *Bool) IsSet() bool

func (*Bool) MarshalXML

func (b *Bool) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*Bool) UnmarshalXML

func (b *Bool) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*Bool) Value

func (b *Bool) Value() bool

type Value

type Value struct {
	XMLName   xml.Name `xml:"Value"`
	Inner     string   `xml:",chardata"`
	Protected bool     `xml:",attr"`
}

func (*Value) MarshalXML

func (v *Value) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*Value) UnmarshalXML

func (v *Value) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

Jump to

Keyboard shortcuts

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