example_types

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Example

type Example interface {
	Ex2() string
	// contains filtered or unexported methods
}

type Sample

type Sample[T any, K any] interface {
	Name() string
	Age() int

	SetName(name string)
	SetUser(name string, age int, ex Example, writer io2.Writer)
	//SetAndGetUser(name string, age int, ex kloudlite.io/cmd/interface-impl/types.Example) (*User, error)
	SetAndGetUser(name string, age int, ex Example) *User
	// contains filtered or unexported methods
}

type User

type User struct {
	Name string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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