web

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KindResult = "result"
	KindReset  = "reset"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Message added in v0.2.6

type Message struct {
	Kind string      `json:"kind"`
	Data interface{} `json:"data"`
}

func NewResetMessage added in v0.2.6

func NewResetMessage() Message

func NewResultMessage added in v0.2.6

func NewResultMessage(res core.TestResult) Message

type Server

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

func NewServer

func NewServer(config *core.WatchConfig, port int) Server

func (*Server) Run

func (s *Server) Run()

Jump to

Keyboard shortcuts

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