userAccount

package
v0.0.0-...-4834045 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package userAccount ユーザーアカウント

Package userAccount ユーザーアカウント

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type UserAccount

type UserAccount struct {
	UserId    string
	Name      string
	Password  string
	LoginAt   time.Time
	LogoutAt  time.Time
	CreatedAt time.Time
	UpdatedAt time.Time
}

func NewUserAccount

func NewUserAccount() *UserAccount

func SetUserAccount

func SetUserAccount(userId string, name string, password string, loginAt time.Time, logoutAt time.Time, createdAt time.Time, updatedAt time.Time) *UserAccount

func (*UserAccount) TableName

func (t *UserAccount) TableName() string

type UserAccounts

type UserAccounts []*UserAccount

func NewUserAccounts

func NewUserAccounts() UserAccounts

Jump to

Keyboard shortcuts

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