usecases

package
v0.0.0-...-56ee4c0 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2020 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Session

type Session interface {
	GetSession(request *http.Request) *entities.UserSession
	GetContext(request *http.Request) context.Context
	GetContextAndSession(request *http.Request) (context.Context, *entities.UserSession)
}

func NewSession

func NewSession(store sessions.Store,
	sessionName string) Session

type Viewer

func NewViewer

func NewViewer(driveClient gdrive.Client, gDocClient gdoc.Client, gStorageClient gstorage.Client, templateFileId string, driveRootId string, adminEmail string, storagePath string) Viewer

Jump to

Keyboard shortcuts

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