Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogInterface ¶
type CatalogInterface interface {
icebergcatalog.Catalog
Name() string
Close() error
}
CatalogInterface defines the common interface for all catalog implementations
func NewCatalog ¶
func NewCatalog(cfg *config.Config) (CatalogInterface, error)
NewCatalog creates a new catalog based on the configuration type
Click to show internal directories.
Click to hide internal directories.