MCPcopy Index your code
hub / github.com/SpectoLabs/hoverfly / SetBinary

Method SetBinary

core/middleware/middleware.go:93–96  ·  view source on GitHub ↗
(binary string)

Source from the content-addressed store, hash-verified

91}
92
93func (this *Middleware) SetBinary(binary string) error {
94 this.Binary = binary
95 return nil
96}
97
98func (this *Middleware) SetRemote(remoteUrl string) error {
99 this.Remote = remoteUrl

Calls

no outgoing calls