Documentation
¶
Overview ¶
Package infrastructure contains the structs and interfaces needed to manage declarative tablespace
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tablespace ¶
type Tablespace struct {
// Name is the name of the tablespace
Name string `json:"name"`
// Owner is the owner of this tablespace
Owner string `json:"owner"`
}
Tablespace represents the tablespace information read from / written to the Database
Click to show internal directories.
Click to hide internal directories.