Documentation
¶
Overview ¶
Package dpi creates dependencies for usage across the binhost server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies struct {
// DB is a database client
DB *ent.Client
// S3 is a S3 client
S3 *minio.Client
// Conf is the configuration for the binhost server.
Conf *config.Config
// Log is a configured logger that should be used for logging purposes.
Log *slog.Logger
}
Dependencies contains dependencies for the binhost server that is passed around to various components.
Click to show internal directories.
Click to hide internal directories.