pkg

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 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 AnotherStructInPkg

type AnotherStructInPkg struct {
	Name    string
	Name2   *string
	Surname string
	Age     []int
	Route   float32
	Asip    AnotherStructInPkg2
	Asip2   *AnotherStructInPkg2
	// contains filtered or unexported fields
}

type AnotherStructInPkg2

type AnotherStructInPkg2 struct {
	Route float32
	// contains filtered or unexported fields
}

type SomeStructInPkg

type SomeStructInPkg struct {
	Name  string
	Name2 *string

	Surname string
	Age     int

	Route float32

	Consumer AnotherStructInPkg

	Consumer2 *AnotherStructInPkg
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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