domain

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package domain contains business logic models.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	ID    int
	Name  string
	Email string
	User  DomainUser // The fields of DomainUser operate at depth level 1.
}

Account represents a user account.

type DomainUser

type DomainUser struct {
	UserID int
	Name   string
}

DomainUser represents a user in relation to the business logic.

Jump to

Keyboard shortcuts

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