Documentation
¶
Overview ¶
Package critic provides functionality for analyzing and critiquing Java code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Critic ¶
type Critic struct {
// contains filtered or unexported fields
}
Critic represents the main struct responsible for analyzing code critiques.
func (*Critic) ListenAndServe ¶ added in v0.2.1
ListenAndServe starts the Critic server and signals readiness via the provided channel.
func (*Critic) Ready ¶ added in v0.2.1
Ready returns a channel that signals when the Critic server is ready to accept requests.
Click to show internal directories.
Click to hide internal directories.