MCPcopy Create free account
hub / github.com/koding/kite / NewTell

Function NewTell

kitectl/command/tell.go:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func NewTell() cli.CommandFactory {
20 return func() (cli.Command, error) {
21 return &Tell{
22 KiteClient: DefaultKiteClient,
23 Ui: DefaultUi,
24 }, nil
25 }
26}
27
28func (c *Tell) Synopsis() string {
29 return "Calls a method on a kite"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected