vpn

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2017 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log struct {
	ID          uint
	TrustedIP   string
	TrustedPort uint
	RemoteIP    string
	RemotePort  uint
	StartUp     time.Time
	ShutDown    *time.Time
	Received    float64
	Send        float64

	UserID uint
	User   User
}

Log log

func (Log) TableName

func (Log) TableName() string

TableName table name

type Plugin

type Plugin struct {
	Key      []byte               `inject:"jwt.key"`
	Method   crypto.SigningMethod `inject:"jwt.method"`
	Db       *gorm.DB             `inject:""`
	Jwt      *auth.Jwt            `inject:""`
	I18n     *i18n.I18n           `inject:""`
	Settings *settings.Settings   `inject:""`
	Server   *job.Server          `inject:""`
}

Plugin plugin

func (*Plugin) Atom

func (p *Plugin) Atom(lang string) ([]*atom.Entry, error)

Atom rss.atom

func (*Plugin) Console

func (p *Plugin) Console() []cli.Command

Console console commands

func (*Plugin) Init

func (p *Plugin) Init()

Init load config

func (*Plugin) Mount

func (p *Plugin) Mount(rt *gin.Engine)

Mount web mount-points

func (*Plugin) Open

func (p *Plugin) Open(*inject.Graph) error

Open open beans

func (*Plugin) Sitemap

func (p *Plugin) Sitemap() ([]stm.URL, error)

Sitemap sitemap.xml.gz

func (*Plugin) Workers

func (p *Plugin) Workers() map[string]job.Handler

Workers job handler

type User

type User struct {
	web.Model
	FullName string
	Email    string
	Details  string
	Password string
	Online   bool
	Enable   bool
	StartUp  time.Time
	ShutDown time.Time
}

User user

func (*User) ChkPassword

func (p *User) ChkPassword(password string) bool

ChkPassword check password

func (*User) SetPassword

func (p *User) SetPassword(password string) error

SetPassword set password (md5 with salt)

func (User) TableName

func (User) TableName() string

TableName table name

Jump to

Keyboard shortcuts

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