MCPcopy Create free account
hub / github.com/gobeam/stringy / input

Struct input

stringy.go:16–19  ·  view source on GitHub ↗

input is struct that holds input from user and result

Source from the content-addressed store, hash-verified

14
15// input is struct that holds input from user and result
16type input struct {
17 Input string
18 Result string
19}
20
21// StringManipulation is an interface that holds all abstract methods to manipulate strings
22type StringManipulation interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected