test_data

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity interface{}

type Type1

type Type1 interface {
	Method1() string
}

type Type2

type Type2[T any] interface {
	Method1() T
	Method2(x int, y ...[]byte) string
	Method3(x int, y *int, z T, p *repos.DbRepo[X], q map[string]X, r *X, s []int, u ...X) string
}

type Type3

type Type3[T Entity] interface {
	Method1() T
}

type Type4

type Type4 interface {
	Method1(context.Context, int) string
}

type Type5

type Type5 interface {
	Method1()
	Method2(x int)
}

type Type6

type Type6 interface {
	Method1(writer io2.Writer)
}

type X

type X struct {
	*repos.BaseEntity
}

Jump to

Keyboard shortcuts

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