account

package
v0.0.0-...-7f9097d Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	ID        uuid.UUID  `form:"id" json:"id" xml:"id" gorm:"primary_key" sql:"type:uuid" name:"ID"`
	NickName  string     `form:"nickName" json:"nickName" gorm:"unique" name:"ニックネーム"`
	Email     string     `form:"email" json:"email" xml:"email" gorm:"unique" name:"メールアドレス"`
	Password  string     `form:"password" json:"password" xml:"password" name:"パスワード"`
	Photo     string     `form:"photo" json:"photo" xml:"photo" name:"写真"`
	CreatedBy uuid.UUID  `json:"createdBy" name:"作成者" sql:"type:uuid"`
	UpdatedBy uuid.UUID  `json:"updatedBy" name:"更新者" sql:"type:uuid"`
	CreatedAt time.Time  `json:"createdAt" name:"作成日"`
	UpdatedAt time.Time  `json:"updatedAt" name:"更新日"`
	DeletedAt *time.Time `json:"deletedAt" name:"削除日"`
}

Account account

type Media

type Media struct {
	ID       uuid.UUID `json:"id"`
	NickName string    `json:"nickName"`
	Email    string    `json:"email"`
	Photo    string    `json:"photo"`
}

Media account media

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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