case7

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 B

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

func (*B) Foo

func (o *B) Foo() error

type D

type D struct {
	AA string
	YY string
	NN Iface `odi:",inline"`
}

type E

type E struct {
	Ds []D
}

type F

type F struct {
	Kind string         `odi:"object"`
	LL   map[string]int `odi:"ll,inline"`
}

type H

type H struct {
	H1 struct {
		A string
		B *B `odi:"b,inline"`
	} `odi:"h1,inline"`
	H2 struct {
		C int
	}
}

type Iface

type Iface interface {
	Foo() error
}

Jump to

Keyboard shortcuts

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