Documentation ¶
Overview ¶
Code generated by <git repo>. DO NOT EDIT.
Index ¶
- Variables
- func InterfaceEmpty(any2 any, bool2 bool, c int32, d interface{}, g *string) (string, error)
- func InterfaceMethods(any2, zomzom any, bool2 bool, c int32, d interface{ ... }, g *string) (string, error)
- func InterfaceMethodsDeepAndCallback(any2 any, bool2 bool, c callback, d interface{ ... }, g *string) (string, error)
- func InterfaceType(any2 any, bool2 bool, c int32, td, g *string) (string, error)
- func Read(p []byte) (n int, err error)
- func Write(p []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Instance interfaceType
Functions ¶
func InterfaceEmpty ¶
func InterfaceMethods ¶
func InterfaceMethods(any2, zomzom any, bool2 bool, c int32, d interface { doStuff(a string) error doStuffWithChan(a chan any) (<-chan int64, error) doStuffWithStruct(a chan any) (struct { ast.Field abc, def string callback _ map[string]any fmt.Stringer Include struct { diction string `gosing:"some"` } }, error) }, g *string) (string, error)
func InterfaceType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.