MCPcopy
hub / github.com/tsuru/tsuru / fakeEncoder

Struct fakeEncoder

api/app_test.go:6652–6655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6650}
6651
6652type fakeEncoder struct {
6653 done chan struct{}
6654 msg interface{}
6655}
6656
6657func (e *fakeEncoder) Encode(msg interface{}) error {
6658 e.msg = msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected