MCPcopy Create free account
hub / github.com/cloudnative-pg/postgres-extensions-containers / Extension

Struct Extension

dagger/maintenance/main.go:296–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 type Extension struct {
295 Name string
296 Versions []string
297 Distros []string
298 Package string
299 DefaultVersion int
300 DefaultDistro string
301 }
302
303 if packageName == "" {
304 packageName = "postgresql-%version%-" + name
305 }
306

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected