somepkg

package
v0.0.5-alpha Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AStructWithCustomType

type AStructWithCustomType struct {
	CustomTypeInt CustomTypeInt
}

type CustomType

type CustomType func(x int)

type CustomTypeInt

type CustomTypeInt int

type Form

type Form struct {
	File map[SomeStruct][]SomeStruct
}

type Nested

type Nested struct {
	X int
}

type NestedStructInImport

type NestedStructInImport struct {
	X Nested
}

type SomeInterface

type SomeInterface interface {
	Method(x int)
}

type SomeStruct

type SomeStruct struct {
	X int
}

type UUID

type UUID [8]byte

type X

type X interface {
	Hello(x int)
}

type Y

type Y interface {
	X
	World(x int)
}

Jump to

Keyboard shortcuts

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