Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 }
Click to show internal directories.
Click to hide internal directories.