apps

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2021 License: GPL-3.0 Imports: 8 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"`
}

type AppCreator

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

func Init

func Init(client *client.Client) *AppCreator

func (*AppCreator) CreateNewApp

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

Jump to

Keyboard shortcuts

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