deliveryentity

package
v0.0.0-...-430b584 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetUserRequest

type GetUserRequest struct {
	ID int `json:"id"`
}

GetUserRequest get user request

type GetUserResponse

type GetUserResponse struct {
	ID       int    `json:"id"`
	FullName string `json:"full_name"`
	UserName string `json:"user_name"`
}

GetUserResponse get user response

func (*GetUserResponse) SetFullName

func (g *GetUserResponse) SetFullName(firstName string, lastName string)

SetFullName full name setter

Jump to

Keyboard shortcuts

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