winter

package module
v0.0.0-...-89d1a0b Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

README

Winter Real-time Web Application Framework

Build Status Coverage Status Go Report Card License

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run()

Types

type Context

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

type Controller

type Controller interface {
}

type Exception

type Exception interface {
	// contains filtered or unexported methods
}

type Handler

type Handler struct {
	Store
	// contains filtered or unexported fields
}

func (*Handler) New

func (handler *Handler) New(payload Manifest, password ...string)

type Interceptor

type Interceptor interface {
	// contains filtered or unexported methods
}

type Manifest

type Manifest interface {
	Issuer() string
	Subject() string
	Expiry() int64
}

type Request

type Request interface {
	Session() Session
}

type Response

type Response interface {
	Write([]byte) (int, error)
}

type ResponseFormat

type ResponseFormat interface {
}

type Security

type Security struct {
	Key map[string]*rsa.PrivateKey
}

type Session

type Session interface {
	New(payload Manifest, password ...string) error
	Authenticate() bool
}

type Store

type Store struct {
	Security
}

type Validator

type Validator interface {
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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