models

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Overview

Author: James Mallon <jamesmallondev@gmail.com> models package - contains the system's models

Author: James Mallon <jamesmallondev@gmail.com> models package - contains the models of the app

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Session

type Session struct {
	gorm.Model
	SID          string
	Email        string
	LastActivity time.Time
}

type User

type User struct {
	gorm.Model
	Email    string
	Password []byte
	Role     string
}

Directories

Path Synopsis
Sessionor: James Mallon <jamesmallondev@gmail.com> dao package - contain the system's daos
Sessionor: James Mallon <jamesmallondev@gmail.com> dao package - contain the system's daos

Jump to

Keyboard shortcuts

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