dto

package
v0.0.0-...-3a05b22 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomStruct

type CustomStruct struct {
	User                  // combination
	CustomStructId        int64
	IdPtr                 *int64
	CustomStructName      string
	NamePtr               *string
	CustomStringMap       map[string]string
	CustomIntMap          map[string]int
	CustomSubStructPtrMap map[string]*User
	CustomSubStructMap    map[string]User
	StringSlice           []string
	SubStructSlice        []User
	SubStructPtrSlice     []*User
	SubStruct             User
	SubStructPtr          *User
}

func (*CustomStruct) GetUser

func (c *CustomStruct) GetUser() User

type User

type User struct {
	Id   int
	Name string
	Age  int
}

Jump to

Keyboard shortcuts

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