server

package
v0.0.0-...-aca7f8d Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2021 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CronEveryMinute   = "* * * * *"
	CronEvery5Minutes = "*/5 * * * *"
	CronEveryDay      = "0 0 * * *"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

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

func New

func New(bCtx *config.BubblyConfig) (*Server, error)

func NewWithStore

func NewWithStore(bCtx *config.BubblyConfig, store *store.Store) (*Server, error)

func (*Server) Start

func (s *Server) Start() error

Jump to

Keyboard shortcuts

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