MCPcopy Create free account
hub / github.com/coder/guts / Interface

Struct Interface

bindings/declarations.go:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10type Interface struct {
11 Name Identifier
12 Modifiers []Modifier
13 Fields []*PropertySignature
14 Parameters []*TypeParameter
15 Heritage []*HeritageClause
16 SupportComments
17 Source
18}
19
20func (*Interface) isNode() {}
21func (*Interface) isDeclarationType() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected