MCPcopy
hub / github.com/alecthomas/kong / Visitable

Interface Visitable

model.go:13–15  ·  view source on GitHub ↗

A Visitable component in the model.

Source from the content-addressed store, hash-verified

11
12// A Visitable component in the model.
13type Visitable interface {
14 node()
15}
16
17// Application is the root of the Kong model.
18type Application struct {

Callers

nothing calls this directly

Implementers 2

Nodemodel.go
Valuemodel.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…