MCPcopy Create free account
hub / github.com/docker/secrets-engine / projectFS

Struct projectFS

x/release/command.go:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91type projectFS struct {
92 opts
93 logger logging.Logger
94 beforeCommitHook func() error
95}
96
97func (m projectFS) BumpModInFile(filename, mod, version string) (bool, error) {
98 modFileData, err := os.ReadFile(filename)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected