server

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(classTypes []*ast.ClassType)

Types

type EvalRequest

type EvalRequest struct {
	String    string
	Method    string
	WithClass bool
}

type EvalResult

type EvalResult struct {
	String string
	Result bool
	Error  string
}

type EvalServer

type EvalServer struct{}

func (*EvalServer) Run

func (s *EvalServer) Run()

type FormatRequest

type FormatRequest struct {
	String string
}

type FormatResponse

type FormatResponse struct {
	String string
}

type Server

type Server struct {
	ClassTypes []*ast.ClassType
}

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