MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / ServiceMessage

Method ServiceMessage

pkg/servicemessages/provider.go:14–14  ·  view source on GitHub ↗
(messageName string, values any)

Source from the content-addressed store, hash-verified

12
13type Provider interface {
14 ServiceMessage(messageName string, values any)
15}
16
17type provider struct {

Callers 2

createRunFunction · 0.65
TestServiceMessageFunction · 0.65

Implementers 1

providerpkg/servicemessages/provider.go

Calls

no outgoing calls

Tested by 1

TestServiceMessageFunction · 0.52