Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidUTF8Sequence = errors.New("invalid UTF-8 sequence")
)
Functions ¶
Types ¶
type EntityDB ¶
type EntityDB struct {
// contains filtered or unexported fields
}
func ProvideEntityDB ¶
func ProvideEntityDB(db db.DB, cfg *setting.Cfg, features featuremgmt.FeatureToggles, tracer tracing.Tracer) (*EntityDB, error)
Click to show internal directories.
Click to hide internal directories.