model

package
v2.3.3 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EditServerData added in v2.1.0

type EditServerData struct {
	frame.JavascriptIncludes

	ID      int
	Server  Server
	Message string
}

type ManageServersData added in v2.1.0

type ManageServersData struct {
	frame.JavascriptIncludes
}

type Server

type Server struct {
	ID          uint         `json:"id" db:"server_id"`
	CreatedAt   time.Time    `json:"createdAt" db:"server_created_at"`
	UpdatedAt   *time.Time   `json:"updatedAt" db:"server_updated_at"`
	DeletedAt   *time.Time   `json:"deletedAt" db:"server_deleted_at"`
	Member      frame.Member `json:"member" db:"server_member_id"`
	Description string       `json:"description" db:"server_description"`
	Password    string       `json:"password" db:"server_password"`
	ServerName  string       `json:"serverName" db:"server_name"`
	URL         string       `json:"url" db:"server_url"`
}

type ViewLogsData added in v2.1.0

type ViewLogsData struct {
	frame.JavascriptIncludes
}

Jump to

Keyboard shortcuts

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