binding

package
v1.16.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2025 License: MIT Imports: 0 Imported by: 11

Documentation

Index

Constants

View Source
const (
	Artisan     = "goravel.artisan"
	Auth        = "goravel.auth"
	Cache       = "goravel.cache"
	Config      = "goravel.config"
	Crypt       = "goravel.crypt"
	DB          = "goravel.db"
	Event       = "goravel.event"
	Gate        = "goravel.gate"
	Grpc        = "goravel.grpc"
	Hash        = "goravel.hash"
	Http        = "goravel.http"
	Lang        = "goravel.lang"
	Log         = "goravel.log"
	Mail        = "goravel.mail"
	Orm         = "goravel.orm"
	Queue       = "goravel.queue"
	RateLimiter = "goravel.rate_limiter"
	Route       = "goravel.route"
	Schedule    = "goravel.schedule"
	Schema      = "goravel.schema"
	Seeder      = "goravel.seeder"
	Session     = "goravel.session"
	Storage     = "goravel.storage"
	Testing     = "goravel.testing"
	Validation  = "goravel.validation"
	View        = "goravel.view"
)

Variables

View Source
var FacadeToPath = map[string]string{
	"Artisan":     "github.com/goravel/framework/console",
	"Auth":        "github.com/goravel/framework/auth",
	"Cache":       "github.com/goravel/framework/cache",
	"Config":      "github.com/goravel/framework/config",
	"Crypt":       "github.com/goravel/framework/crypt",
	"DB":          "github.com/goravel/framework/database",
	"Event":       "github.com/goravel/framework/event",
	"Gate":        "github.com/goravel/framework/auth",
	"Grpc":        "github.com/goravel/framework/grpc",
	"Hash":        "github.com/goravel/framework/hash",
	"Http":        "github.com/goravel/framework/http",
	"Lang":        "github.com/goravel/framework/translation",
	"Log":         "github.com/goravel/framework/log",
	"Mail":        "github.com/goravel/framework/mail",
	"Orm":         "github.com/goravel/framework/database",
	"Queue":       "github.com/goravel/framework/queue",
	"RateLimiter": "github.com/goravel/framework/http",
	"Route":       "github.com/goravel/framework/route",
	"Schedule":    "github.com/goravel/framework/schedule",
	"Schema":      "github.com/goravel/framework/database",
	"Seeder":      "github.com/goravel/framework/database",
	"Session":     "github.com/goravel/framework/session",
	"Storage":     "github.com/goravel/framework/filesystem",
	"Testing":     "github.com/goravel/framework/testing",
	"Validation":  "github.com/goravel/framework/validation",
	"View":        "github.com/goravel/framework/http",
}

Functions

This section is empty.

Types

type Relationship

type Relationship struct {
	Bindings     []string
	Dependencies []string
	ProvideFor   []string
}

Jump to

Keyboard shortcuts

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