fileset_info

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A Address

type AMap1 added in v0.34.2

type AMap1 map[string][]int

type AMap2 added in v0.34.1

type AMap2 map[string][]*Country

type AMap3 added in v0.34.2

type AMap3 map[string]*Country

type Address

type Address struct {
	Country
	City string
}

Address represents a test struct

type Addresses

type Addresses []Address

type Country

type Country struct {
	Code string
	Name string
}

type Ints

type Ints []int

type User

type User struct {
	///abc comment
	ID             *int //  comment1 type
	Name           string
	DateOfBirth    time.Time `foo="bar"`
	Address        Address
	AddressPointer *Address
	Addresses      Addresses
	Ints           []int
	Ints2          Ints
	M              map[string][]string
	C              chan *bool
	Appointments   []time.Time
	AMap1
	AMap2
	AMap3
}

User represents a test struct

func (User) Test

func (u User) Test()

Test represents a test method

func (User) Test1

func (u User) Test1() bool

Test1 represents a test method

func (*User) Test2

func (u *User) Test2()

Test represents a test method

type Z

type Z string

Source Files

  • user.go
  • user_func.go

Jump to

Keyboard shortcuts

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