Versions in this module Expand all Collapse all v1 v1.1.0 May 13, 2022 Changes in this version + type Bus struct + AppID string + Schema models.WebSchema + Source models.SourceType + TableID string + Update bool + UserID string + UserName string + type ComponentProp struct + AggType string + AppID string + AssociatedTable interface{} + Columns []string + Conditions map[string]interface{} + FieldName string + FilterConfig map[string]interface{} + Multiple bool + Subordination string + TableID string + Template string + type ConvertSchemas struct + ConvertSchema models.SchemaProperties + Description string + FieldLen int64 + Title string + type CreateTableReq struct + AppID string + Schema models.WebSchema + Source models.SourceType + TableID string + UserID string + UserName string + type DeleteTableReq struct + AppID string + TableID string + type DeleteTableResp struct + type DoResponse struct + type FindTableReq struct + AppID string + Page int + Size int + Source models.SourceType + Title string + type FindTableResp struct + List []*tableVo + Total int64 + type GetTableInfoReq struct + AppID string + TableID string + type GetTableInfoResp struct + CreatedAt int64 + CreatorName string + EditorName string + FieldLen int64 + TableID string + UpdatedAt int64 + type GetTableReq struct + AppID string + TableID string + type GetTableResp struct + Config models.Config + ID string + Schema models.WebSchema + TableID string + type Guidance interface + Do func(ctx context.Context, bus *Bus) (*DoResponse, error) + func NewWebTable(conf *config.Config) (Guidance, error) + type Table interface + DeleteTable func(ctx context.Context, req *DeleteTableReq) (*DeleteTableResp, error) + FindTable func(ctx context.Context, req *FindTableReq) (*FindTableResp, error) + GetTable func(ctx context.Context, req *GetTableReq) (*GetTableResp, error) + GetTableInfo func(ctx context.Context, req *GetTableInfoReq) (*GetTableInfoResp, error) + UpdateConfig func(ctx context.Context, req *UpdateConfigReq) (*UpdateConfigResp, error) + func NewTable(conf *config2.Config) (Table, error) + type UpdateConfigReq struct + AppID string + Config models.Config + TableID string + type UpdateConfigResp struct