MCPcopy
hub / github.com/safing/portmaster / OperationBase

Struct OperationBase

spn/terminal/operation_base.go:10–14  ·  view source on GitHub ↗

OperationBase provides the basic operation functionality.

Source from the content-addressed store, hash-verified

8
9// OperationBase provides the basic operation functionality.
10type OperationBase struct {
11 terminal Terminal
12 id uint32
13 stopped abool.AtomicBool
14}
15
16// InitOperationBase initialize the operation with the ID and attached terminal.
17// Should not be overridden by implementations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected