backend

package module
v0.0.0-...-de9ae13 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 25 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 interface {
	Run(ctx context.Context) error
}

func New

func New(
	port string,
	allowedOrigins []string,
	tracerName string,
	apiPrefix string,
	consolePrefix string,
	firestoreClient *firestore.Client,
	ldcfg LocalDevelopmentConfig,
) App

New returns a new backend app.

type LocalDevelopmentConfig

type LocalDevelopmentConfig struct {
	LocalConsoleURL string
	DebugEndpoint   bool
	DummyUserEmail  string
	DummyUserID     string
}

Directories

Path Synopsis
cmd
gen

Jump to

Keyboard shortcuts

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