generated

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MapTest

type MapTest struct {
	Into interface{}
	From map[string]string
	Exp  interface{}
}

MapTest represents a single Map conversion test.

func NewMapTests

func NewMapTests() (tests []MapTest)

MapTests is a slice of all Map conversion tests.

type SliceTest

type SliceTest struct {
	Into interface{}
	From []string
	Exp  interface{}
}

SliceTest represents a single Slice conversion test.

func NewSliceTests

func NewSliceTests() (tests []SliceTest)

SliceTests is a slice of all Slice conversion tests.

Jump to

Keyboard shortcuts

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