fdbc

package
v0.0.0-...-c7e3ea3 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

fake debug server client

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CoverageData

type CoverageData struct {
	ModuleData
	LIneCoverage
}

type Fdbc

type Fdbc struct {
	sync.Mutex
	Storage map[ModuleData][]LIneCoverage
	// contains filtered or unexported fields
}

func New

func New(debuggerURL string) *Fdbc

func (*Fdbc) Attach

func (f *Fdbc) Attach()

func (*Fdbc) Deattach

func (f *Fdbc) Deattach()

func (*Fdbc) Init

func (f *Fdbc) Init()

func (*Fdbc) LinesCount

func (f *Fdbc) LinesCount() int

func (*Fdbc) Stop

func (f *Fdbc) Stop()

type LIneCoverage

type LIneCoverage struct {
	LineNo  string
	Covered bool
}

type ModuleData

type ModuleData struct {
	ObjectID   string
	PropertyID string
}

type Response

type Response struct {
	XMLName xml.Name `xml:"response"`
	Result  []result `xml:"result"`
}

func (*Response) Unmarshal

func (v *Response) Unmarshal(data []byte)

Jump to

Keyboard shortcuts

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