case1

package
v0.0.0-...-fb3338c Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 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 A

type A struct {
	Other   map[string]interface{} `yaml:",inline"`
	Arg0    int64
	Arg1    string
	Arg2    []uint
	Arg3    float32     `yaml:"arg3"`
	ObjectD D           `yaml:",inline"`
	Ifaces  []Interface `yaml:"ifaces"`
}

type B

type B struct {
	XX int64
	YY string
	ZZ []uint
	WW [2]float32
}

func (*B) Foo

func (o *B) Foo() error

func (*B) Resolve

func (o *B) Resolve(src any, def func() error) error

type C

type C struct {
	C any

	E map[string]int `odi:",inline"`
	F map[bool]string
	// contains filtered or unexported fields
}

func (*C) Dispose

func (o *C) Dispose()

func (*C) Foo

func (o *C) Foo() error

type D

type D struct {
	KK string `yaml:"kk"`
	HH string `yaml:"-"`
	B  B      `yaml:",inline"`
}

type Interface

type Interface interface {
	Foo() error
}

Jump to

Keyboard shortcuts

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