engine

package
v0.0.0-...-e40ed67 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2020 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoogleOAuthOptions

type GoogleOAuthOptions struct {
	ClientKey    string
	ClientSecret string
	CallbackURL  string
}

GoogleOAuthOptions stores options for Google OAuth

type Options

type Options struct {
	AllowOrigins       []string
	Database           *sqlx.DB
	SessionStore       *memcache.Client
	SessionStoreSecret []byte
	GothicCookieSecret []byte
	GoogleOAuthOptions
}

Options stores options for new engine

func (Options) NewEngine

func (o Options) NewEngine() *gin.Engine

NewEngine creates a new Gin engine

Jump to

Keyboard shortcuts

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