test

package
v0.0.0-...-9853328 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	C2 = "c2"
	C3 = "c3"
)
View Source
const (
	A int64 = iota
	B
	C
)
View Source
const C1 = "c1"

Variables

View Source
var (
	V2 string = "v2"
	V3        = "v3"
)
View Source
var V1 string = "v1"

Functions

func Fn1

func Fn1()

func Fn2

func Fn2() error

func Fn3

func Fn3(a, b string, c int) error

Types

type Gender

type Gender bool

type ID

type ID int64

type Name

type Name string

type StrArr

type StrArr []string

type Stu1

type Stu1 struct {
	S string
	I int
	N *Stu1
	M map[string]*Stu1
}

func Fn4

func Fn4(a string, b StrArr) (*Stu1, error)

func (Stu1) Fn1

func (Stu1) Fn1(a, b string, c int) error

type Stu2

type Stu2 struct {
	S1  Stu1
	Ss1 *Stu1
	Ms  map[*Stu1][]string
}

type Stu3

type Stu3 struct {
	Str string
	Stu struct {
		S1 Stu1
		S2 *Stu2
	}
}

func Fn5

func Fn5(a StrArr, b *Stu2, c ...[]map[*Stu1]string) (s Stu3, e error)

func Fn6

func Fn6(a ...string) (s Stu3, e error)

type Stu4

type Stu4 struct {
}

func (*Stu4) Fn2

func (s *Stu4) Fn2() error

func (*Stu4) Fn3

func (s *Stu4) Fn3(a, b string, c int) error

func (*Stu4) Fn4

func (s *Stu4) Fn4(a string, b StrArr) (*Stu1, error)

func (*Stu4) Fn5

func (s *Stu4) Fn5(a StrArr, b *Stu2, c ...[]map[*Stu1]string) (s3 Stu3, e error)

func (*Stu4) Fn6

func (s *Stu4) Fn6(z zip.Compressor, a yocke.Env[int])

Jump to

Keyboard shortcuts

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