dto

package
v0.0.0-...-9da9030 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

package dto is using for storing objects for sending data between layers in application

package dto is using for storing objects for sending data between layers in application

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Order

type Order struct {
	UserID        string
	LaunchpadID   string
	DestinationID string
	LaunchDate    time.Time
}

Order represents data-transfer object for order entity

type User

type User struct {
	FirstName string
	LastName  string
	Gender    string
	Birthday  time.Time
}

User represents data-transfer object for user entity

Jump to

Keyboard shortcuts

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