models

package
v0.0.0-...-4c323b9 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 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 App

type App struct {
	ID    primitive.ObjectID `json:"Id,omitempty" bson:"_id,omitempty"`
	Users []*string
	Host  *string
	Port  int
	Name  *string
}

type AppList

type AppList struct {
	ID    primitive.ObjectID
	Email *string
	Apps  []*string
}

type User

type User struct {
	ID       primitive.ObjectID
	Email    *string
	Password *string
	Token    *string
	IsAdmin  bool
}

Jump to

Keyboard shortcuts

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