MCPcopy
hub / github.com/docker/compose / String

Method String

pkg/api/api.go:501–508  ·  pkg/api/api.go::Event.String
()

Source from the content-addressed store, hash-verified

499}
500
501func (e Event) String() string {
502 t := e.Timestamp.Format("2006-01-02 15:04:05.000000")
503 var attr []string
504 for k, v := range e.Attributes {
505 attr = append(attr, fmt.Sprintf("%s=%s", k, v))
506 }
507 return fmt.Sprintf("%s container %s %s (%s)\n", t, e.Status, e.Container, strings.Join(attr, ", "))
508}
509
510// ListOptions group options of the ls API
511type ListOptions struct {

Callers 15

pullComposeFilesMethod · 0.45
initFunction · 0.45
MatchesEntireDirMethod · 0.45
TestGitBranchSwitchFunction · 0.45
fsyncWithRetryCountMethod · 0.45
TestWatchExecFunction · 0.45
publishedPortForServiceFunction · 0.45

Calls

no outgoing calls