Documentation ¶
Index ¶
Constants ¶
View Source
const (
LogMetaTableName = "spot_prod.base_log_meta"
)
LogTableName .
Variables ¶
View Source
var ErrEmptyLogMeta = errors.New("empty log meta record")
Functions ¶
This section is empty.
Types ¶
type CQLQueryInf ¶
type CQLQueryInf interface {
Query(builder *qb.SelectBuilder, binding qb.M, dest interface{}) error
}
type RequestCtx ¶
type RequestCtx struct { RequestID string `form:"requestId"` LogID string `form:"requestId"` Source string `form:"source"` ID string `form:"id"` Stream string `form:"stream" default:"stdout"` Start int64 `form:"start"` End int64 `form:"end"` Count int64 `form:"count"` ApplicationID string `from:"applicationId"` ClusterName string `from:"clusterName"` }
Request .
Click to show internal directories.
Click to hide internal directories.