embed

package
v0.0.0-...-6a0b755 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2024 License: Apache-2.0 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 {
	Embed
}

func (A) Clone

func (v A) Clone() A

type B

type B struct {
	F1 string
	Embed
	F2 int
}

func (B) Clone

func (v B) Clone() B

type C

type C struct {
	EmbedImplementor
}

func (C) Clone

func (v C) Clone() C

type D

type D struct {
	F1 string
	EmbedImplementor
	F2 int
}

func (D) Clone

func (v D) Clone() D

type Embed

type Embed struct {
	Foo string
	Bar []int
}

type EmbedImplementor

type EmbedImplementor struct {
	// contains filtered or unexported fields
}

func (EmbedImplementor) Clone

Jump to

Keyboard shortcuts

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