MCPcopy Create free account
hub / github.com/Unpackerr/unpackerr / MarshalENV

Method MarshalENV

pkg/unpackerr/apps.go:199–201  ·  view source on GitHub ↗
(tag string)

Source from the content-addressed store, hash-verified

197}
198
199func (slice *StringSlice) MarshalENV(tag string) (map[string]string, error) {
200 return map[string]string{tag: strings.Join(*slice, ",")}, nil
201}
202
203func buildStatusReason(status string, messages []*starr.StatusMessage) string {
204 var output string

Callers 1

runCmdhookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected