web

package
v1.5.11 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2026 License: GPL-3.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Server)

func WithRuntime

func WithRuntime(runtime *service.Runtime) Option

type SQLiteSessionStore

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

func NewSQLiteSessionStore

func NewSQLiteSessionStore(db *gorm.DB, keyPairs ...[]byte) (*SQLiteSessionStore, error)

func (*SQLiteSessionStore) Get

func (*SQLiteSessionStore) New

func (*SQLiteSessionStore) Options

func (s *SQLiteSessionStore) Options(options ginsessions.Options)

func (*SQLiteSessionStore) Save

type Server

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

func NewServer

func NewServer(options ...Option) (*Server, error)

func (*Server) Start

func (s *Server) Start() (err error)

func (*Server) Stop

func (s *Server) Stop() error

Jump to

Keyboard shortcuts

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