user

package
v0.0.0-...-3650569 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2023 License: GPL-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	ID        int
	Account   string
	Password  string
	Status    int
	UserApp   []UserApp `ref:"id" fk:"user_id"`
	CreatedAt time.Time
	UpdatedAt time.Time
}

type UserApp

type UserApp struct {
	ID        int
	AppID     int
	UserID    int
	ServiceID int
	CreatedAt time.Time
	UpdatedAt time.Time
}

Jump to

Keyboard shortcuts

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