apps

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2021 License: GPL-3.0 Imports: 9 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 {
	AppId           string    `bson:"appId" json:"appId"`
	Name            string    `bson:"name" json:"name"`
	Description     string    `bson:"description" json:"description"`
	Origin          string    `bson:"origin" json:"origin"`
	AllowSelfSignup bool      `bson:"allowSelfSignup" json:"allowSelfSignup"`
	CreatedAt       time.Time `bson:"createdAt" json:"createdAt"`
}

type Apps added in v1.1.0

type Apps struct {
	// contains filtered or unexported fields
}

func Init

func Init(client *client.Client) *Apps

func (*Apps) CreateNewApp added in v1.1.0

func (a *Apps) CreateNewApp() (*App, error)

func (*Apps) GetApps added in v1.1.0

func (a *Apps) GetApps() ([]App, error)

Jump to

Keyboard shortcuts

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