Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1434
type
msgEncoder
interface
{
1435
Encode(
interface
{}) error
1436
}
1437
1438
func
followLogs(ctx stdContext.Context, appName string, watcher appTypes.LogWatcher, encoder msgEncoder) error {
Callers
15
getToken
Method · 0.65
listTags
Method · 0.65
generateCert
Function · 0.65
SetUpSuite
Method · 0.65
TestCreateServicePayloadForm
Function · 0.65
Proxy
Method · 0.65
issueRequest
Method · 0.65
Write
Method · 0.65
makeRequestToCreateHandler
Method · 0.65
TestServiceCreateMultipleEndpoints
Method · 0.65
TestServiceCreateWithoutTeam
Method · 0.65
TestServiceCreateWithoutTeamUserWithMultiplePermissions
Method · 0.65
Implementers
1
fakeEncoder
api/app_test.go
Calls
no outgoing calls
Tested by
15
SetUpSuite
Method · 0.52
TestCreateServicePayloadForm
Function · 0.52
makeRequestToCreateHandler
Method · 0.52
TestServiceCreateMultipleEndpoints
Method · 0.52
TestServiceCreateWithoutTeam
Method · 0.52
TestServiceCreateWithoutTeamUserWithMultiplePermissions
Method · 0.52
TestServiceCreateReturnsBadRequestIfTheServiceDoesNotHaveAnyEndpoints
Method · 0.52
TestServiceCreateReturnsBadRequestWithoutPassword
Method · 0.52
TestServiceCreateReturnsBadRequestWithoutId
Method · 0.52
TestServiceCreateWithMultiClusterEnabled
Method · 0.52
TestServiceCreateWithJSONEncoding
Method · 0.52
TestServiceCreateWithInvalidEncoding
Method · 0.52