noflatten_map

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmbeddingStructOne

type EmbeddingStructOne struct {
	SimpleTypeOne
	*SimpleTypeTwo
	Foo          string
	Stuff        *SimpleTypeTwo
	Others       []uint64
	SignedOthers []int64
}

func (*EmbeddingStructOne) MarshalCBOR

func (t *EmbeddingStructOne) MarshalCBOR(w io.Writer) (n int, err error)

func (*EmbeddingStructOne) UnmarshalCBOR

func (t *EmbeddingStructOne) UnmarshalCBOR(r io.Reader) (int, error)

type EmbeddingStructThree

type EmbeddingStructThree struct {
	*EmbeddingStructTwo
	Foo          string
	Value        uint64
	Binary       []byte
	Stuff        *SimpleTypeTwo
	Others       []uint64
	SignedOthers []int64
	Test         [][]byte
	Dog          string
	Numbers      []NamedNumber
	Pizza        *uint64
	PointyPizza  *NamedNumber
	Arrrrrghay   [testing.Thingc]SimpleTypeOne
}

func (*EmbeddingStructThree) MarshalCBOR

func (t *EmbeddingStructThree) MarshalCBOR(w io.Writer) (n int, err error)

func (*EmbeddingStructThree) UnmarshalCBOR

func (t *EmbeddingStructThree) UnmarshalCBOR(r io.Reader) (int, error)

type EmbeddingStructTwo

type EmbeddingStructTwo struct {
	SimpleTypeOne
	*EmbeddingStructOne
	Foo          string
	Value        uint64
	Stuff        *SimpleTypeTwo
	Others       []uint64
	SignedOthers []int64
	Test         [][]byte
	Dog          string
	Numbers      []NamedNumber
}

func (*EmbeddingStructTwo) MarshalCBOR

func (t *EmbeddingStructTwo) MarshalCBOR(w io.Writer) (n int, err error)

func (*EmbeddingStructTwo) UnmarshalCBOR

func (t *EmbeddingStructTwo) UnmarshalCBOR(r io.Reader) (int, error)

type NamedNumber

type NamedNumber = testing.NamedNumber

type NamedString

type NamedString = testing.NamedString

type SignedArray

type SignedArray = testing.SignedArray

type SimpleTypeOne

type SimpleTypeOne = testing.SimpleTypeOne

type SimpleTypeTree

type SimpleTypeTree = testing.SimpleTypeTree

type SimpleTypeTwo

type SimpleTypeTwo = testing.SimpleTypeTwo

Jump to

Keyboard shortcuts

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