Documentation
¶
Index ¶
Constants ¶
View Source
const ( CSV = "csv" ASCIITable = "ascii_table" Column = "column" YAML = "yaml" )
View Source
const (
MetadataFieldTruncateAt = 40
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplyOption ¶
type ApplyOption struct {
FilePath string
}
type FlattenEntity ¶
type FlattenFeature ¶
type FlattenFeature struct {
ID int `oomcli:"ID"`
Name string `oomcli:"NAME"`
Group string `oomcli:"GROUP"`
Entity string `oomcli:"ENTITY"`
Category types.Category `oomcli:"CATEGORY"`
ValueType types.ValueType `oomcli:"VALUE-TYPE"`
Description string `oomcli:"DESCRIPTION,truncate"`
OnlineRevisionID *int `oomcli:"ONLINE-REVISION-ID,wide"`
CreateTime time.Time `oomcli:"CREATE-TIME,wide"`
ModifyTime time.Time `oomcli:"MODIFY-TIME,wide"`
}
type FlattenGroup ¶
type FlattenGroup struct {
ID int `oomcli:"ID"`
Name string `oomcli:"NAME"`
Entity string `oomcli:"ENTITY"`
Category types.Category `oomcli:"CATEGORY"`
SnapshotInterval time.Duration `oomcli:"SNAPSHOT-INTERVAL"`
Description string `oomcli:"DESCRIPTION,truncate"`
OnlineRevisionID *int `oomcli:"ONLINE-REVISION-ID,wide"`
CreateTime time.Time `oomcli:"CREATE-TIME,wide"`
ModifyTime time.Time `oomcli:"MODIFY-TIME,wide"`
}
type FlattenRevision ¶
type FlattenRevision struct {
ID int `oomcli:"ID"`
Revision int64 `oomcli:"REVISION"`
Group string `oomcli:"GROUP"`
SnapshotTable string `oomcli:"SNAPSHOT-TABLE"`
CdcTable string `oomcli:"CDC-TABLE"`
Description string `oomcli:"DESCRIPTION,truncate"`
Anchored bool `oomcli:"ANCHORED,wide"`
CreateTime time.Time `oomcli:"CREATE-TIME,wide"`
ModifyTime time.Time `oomcli:"MODIFY-TIME,wide"`
}
type PushOption ¶ added in v0.1.0
type RegisterGroupOption ¶ added in v0.1.0
type RegisterGroupOption struct {
types.CreateGroupOpt
// contains filtered or unexported fields
}
Source Files
¶
- apply.go
- docgen.go
- edit.go
- edit_entity.go
- edit_feature.go
- edit_group.go
- export.go
- export_helper.go
- get.go
- get_meta.go
- get_meta_entity.go
- get_meta_feature.go
- get_meta_group.go
- get_meta_revision.go
- get_online.go
- import.go
- init.go
- join.go
- join_helper.go
- push.go
- register.go
- register_entity.go
- register_feature.go
- register_group.go
- root.go
- serialize.go
- snapshot.go
- sync.go
- types.go
- update.go
- update_entity.go
- update_feature.go
- update_group.go
- util.go
Click to show internal directories.
Click to hide internal directories.