MCPcopy
hub / github.com/baetyl/baetyl / ReportAndDesire

Method ReportAndDesire

engine/engine.go:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (e *engineImpl) ReportAndDesire() error {
128 return errors.Trace(e.reportAndDesireAsync(false))
129}
130
131func (e *engineImpl) GetServiceLog(ctx *routing.Context) error {
132 service := ctx.Param("service")

Callers

nothing calls this directly

Calls 1

reportAndDesireAsyncMethod · 0.95

Tested by

no test coverage detected