MCPcopy Create free account
hub / github.com/bare-cli/bare / Interface

Interface Interface

utils/template/template.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Interface interface {
14 Execute(string) error
15
16 UseDefaultValues()
17}
18
19type Template struct {
20 Path string

Callers 2

ExecuteFunction · 0.80
ExecuteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected