MCPcopy
hub / github.com/hatchet-dev/hatchet / IntegrationVerbString

Method IntegrationVerbString

pkg/client/types/action.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (o Action) IntegrationVerbString() string {
30 return fmt.Sprintf("%s:%s", o.Service, o.Verb)
31}
32
33// ParseActionID parses an action ID into its constituent parts.
34func ParseActionID(actionID string) (Action, error) {

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected