tables

package
v0.0.0-...-b484ebe Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SSHServer

type SSHServer struct {
	Id         int64 `xorm:"pk autoincr"`
	Nickname   string
	Ip         string
	Port       int
	Username   string
	Password   string `json:"-"`
	BindUser   int64  `json:"-"`
	BeforeTime time.Time
}

type SSHUser

type SSHUser struct {
	Id       int64   `xorm:"pk autoincr"`
	Phone    int64   `xorm:"unique"`
	Email    *string `xorm:"unique"`
	Password string
	Servers  []SSHServer
}

Jump to

Keyboard shortcuts

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