MCPcopy
hub / github.com/tsuru/tsuru / Encode

Method Encode

api/app.go:1435–1435  ·  view source on GitHub ↗
(interface{})

Source from the content-addressed store, hash-verified

1433
1434type msgEncoder interface {
1435 Encode(interface{}) error
1436}
1437
1438func followLogs(ctx stdContext.Context, appName string, watcher appTypes.LogWatcher, encoder msgEncoder) error {

Callers 15

getTokenMethod · 0.65
listTagsMethod · 0.65
generateCertFunction · 0.65
SetUpSuiteMethod · 0.65
ProxyMethod · 0.65
issueRequestMethod · 0.65
WriteMethod · 0.65

Implementers 1

fakeEncoderapi/app_test.go

Calls

no outgoing calls