entity

package
v0.0.0-...-5b3434c Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrAttendanceGroupNotFound   = errors.New("attendance group not found")
	ErrDuplicatedAttendanceGroup = errors.New("group is duplicated")
)

Error UserのError定義

View Source
var (
	ErrUserNotFound   = errors.New("user not found")
	ErrDuplicatedUser = errors.New("user id is duplicated")
)

Error UserのError定義

Functions

This section is empty.

Types

type AttendanceGroup

type AttendanceGroup struct {
	ID       xid.ID
	LoginID  string
	Password string
	Name     string
}

AttendanceGroup type

type User

type User struct {
	ID       xid.ID
	GroupID  xid.ID
	LoginID  string
	Password string
	Name     string
}

User User type

Jump to

Keyboard shortcuts

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