Documentation ¶
Overview ¶
Package userAccountToken ユーザーアカウントトークン
Package userAccountToken ユーザーアカウントトークン
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserAccountTokenRedisDao ¶
func NewUserAccountTokenRedisDao(conn *redis.RedisHandler) userAccountToken.UserAccountTokenRedisRepository
Types ¶
type UserAccountToken ¶
func NewUserAccountToken ¶
func NewUserAccountToken() *UserAccountToken
func SetUserAccountToken ¶
func (*UserAccountToken) JsonToTable ¶
func (t *UserAccountToken) JsonToTable(data string) error
func (*UserAccountToken) TableName ¶
func (t *UserAccountToken) TableName() string
func (*UserAccountToken) TableToJson ¶
func (t *UserAccountToken) TableToJson() ([]byte, error)
type UserAccountTokens ¶
type UserAccountTokens []*UserAccountToken
func NewUserAccountTokens ¶
func NewUserAccountTokens() UserAccountTokens
Click to show internal directories.
Click to hide internal directories.