entities

package
v0.0.0-...-d9ac2dc Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 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 Domain

type Domain struct {
	Id        string    `bson:"_id,omitempty"`
	FQDN      string    `bson:"fqdn"`
	IP        string    `bson:"ip"`
	UserId    string    `bson:"user_id"`
	UserName  string    `bson:"user_name"`
	CreatedAt time.Time `bson:"created_at"`
	DeleteAt  time.Time `bson:"delete_at"`
	BasicAuth bool      `bson:"basic_auth"`
	FullSsl   bool      `bson:"full_ssl"`
	Port      string    `bson:"port"`
}

type VPNEU

type VPNEU struct {
	Id           string    `bson:"_id,omitempty"`
	UserName     string    `bson:"user_name"`
	UserEmail    string    `bson:"user_email"`
	UserId       string    `bson:"user_id"`
	CreatedAt    time.Time `bson:"created_at"`
	DeactivateAt time.Time `bson:"deactivate_at"`
	Active       bool      `bson:"active"`
}

Jump to

Keyboard shortcuts

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