application

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: May 6, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MobileConnectApp

type MobileConnectApp interface {
	GetHTTPClient() *http.Client
	SetSession(*session.Session) (id string, e error)
	GetSessionFromStore(uuid *string) (s *session.Session, e error)
	DeleteSession(uuid *string) error
	GetConfig() *config.Config
	SetCookie(c interface{}, name string, value string)
	GetCookie(c interface{}, name string) (string, error)
	DeleteCookie(c interface{}, name string)
	SetSessionCookie(c interface{}, name string, value string)
	SetSessionContext(c interface{}, s *session.Session)
	RedirectLogin(c interface{}, s *session.Session) error
	RedirectLoginSuccess(c interface{}, s *session.Session) error
	RenderLogin(c interface{}, s *session.Session) error
	RenderLandingPage(c interface{}, s *session.Session) error
	Redirect(c interface{}, location *string) error
}

Jump to

Keyboard shortcuts

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