Documentation ¶
Overview ¶
Package dbmarker provides a tool for marking database data.
Index ¶
Constants ¶
View Source
const ( // LogicalDataType defines a logical data type. LogicalDataType = "logical" // PhysicalDataType defines a physical data type. PhysicalDataType = "physical" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marker ¶
type Marker struct {
// contains filtered or unexported fields
}
Marker marks database data depends on a retrieval process.
func (*Marker) CreateConfig ¶
CreateConfig creates a new DBMarker config file.
func (*Marker) SaveConfig ¶
SaveConfig stores a DBMarker config.
Click to show internal directories.
Click to hide internal directories.