MCPcopy
hub / github.com/wal-g/wal-g / GetDataFolderPath

Function GetDataFolderPath

internal/configure.go:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178}
179
180func GetDataFolderPath() string {
181 return filepath.ToSlash(filepath.Join(getWalFolderPath(), "walg_data"))
182}
183
184// GetPgSlotName reads the slot name from the environment
185func GetPgSlotName() (pgSlotName string) {

Calls 2

getWalFolderPathFunction · 0.85
JoinMethod · 0.80