datastore

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEnt

func NewEnt() func(NewEntParams) (*Ent, error)

func NewModules

func NewModules() fx.Option

func NewPinecone

func NewPinecone() func(NewPineconeParam) (*Pinecone, error)

func NewRedis

func NewRedis() func(NewRedisParams) (*Redis, error)

Types

type AutoRecapTimeCapsuleDigger

type AutoRecapTimeCapsuleDigger struct {
	*timecapsule.TimeCapsuleDigger[timecapsules.AutoRecapCapsule]
	// contains filtered or unexported fields
}

func (*AutoRecapTimeCapsuleDigger) Check added in v0.15.0

type Ent

type Ent struct {
	*ent.Client
}

type NewAutoRecapTimeCapsuleDiggerParams

type NewAutoRecapTimeCapsuleDiggerParams struct {
	fx.In

	Lifecycle fx.Lifecycle

	Logger *logger.Logger
	Redis  *Redis
}

type NewEntParams

type NewEntParams struct {
	fx.In

	Lifecycle fx.Lifecycle
	Configs   *configs.Config
}

type NewPineconeParam

type NewPineconeParam struct {
	fx.In

	Config *configs.Config
}

type NewRedisParams

type NewRedisParams struct {
	fx.In

	Configs *configs.Config
}

type Pinecone

type Pinecone struct {
	*pinecone.Client
}

type Redis

type Redis struct {
	rueidis.Client
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL