fileset_info

package
v0.33.1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2020 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 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
}

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

Jump to

Keyboard shortcuts

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