Documentation
¶
Index ¶
- func App() *foundationmocks.Application
- func Artisan() *consolemocks.Artisan
- func Auth() *authmocks.Auth
- func Cache() (*cachemocks.Cache, *cachemocks.Driver, *cachemocks.Lock)
- func Config() *configmocks.Config
- func Crypt() *cryptmocks.Crypt
- func Event() (*eventmocks.Instance, *eventmocks.Task)
- func Gate() *accessmocks.Gate
- func Grpc() *grpcmocks.Grpc
- func Hash() *hashmocks.Hash
- func Log()
- func Mail() *mailmocks.Mail
- func NewTestLog() log.Writer
- func Orm() (*ormmocks.Orm, *ormmocks.Query, *ormmocks.Transaction, *ormmocks.Association)
- func Queue() (*queuemocks.Queue, *queuemocks.Task)
- func RateLimiter() *httpmocks.RateLimiter
- func Seeder() *seedermocks.Facade
- func Storage() (*filesystemmocks.Storage, *filesystemmocks.Driver, *filesystemmocks.File)
- func Validation() (*validatemocks.Validation, *validatemocks.Validator, *validatemocks.Errors)
- func View() *httpmocks.View
- type TestLog
- func (r *TestLog) Code(code string) log.Writer
- func (r *TestLog) Debug(args ...any)
- func (r *TestLog) Debugf(format string, args ...any)
- func (r *TestLog) Error(args ...any)
- func (r *TestLog) Errorf(format string, args ...any)
- func (r *TestLog) Fatal(args ...any)
- func (r *TestLog) Fatalf(format string, args ...any)
- func (r *TestLog) Hint(hint string) log.Writer
- func (r *TestLog) In(domain string) log.Writer
- func (r *TestLog) Info(args ...any)
- func (r *TestLog) Infof(format string, args ...any)
- func (r *TestLog) Owner(owner any) log.Writer
- func (r *TestLog) Panic(args ...any)
- func (r *TestLog) Panicf(format string, args ...any)
- func (r *TestLog) Request(req http.ContextRequest) log.Writer
- func (r *TestLog) Response(res http.ContextResponse) log.Writer
- func (r *TestLog) Tags(tags ...string) log.Writer
- func (r *TestLog) User(user any) log.Writer
- func (r *TestLog) Warning(args ...any)
- func (r *TestLog) Warningf(format string, args ...any)
- func (r *TestLog) With(data map[string]any) log.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func App ¶ added in v1.12.0
func App() *foundationmocks.Application
func Artisan ¶
func Artisan() *consolemocks.Artisan
func Cache ¶
func Cache() (*cachemocks.Cache, *cachemocks.Driver, *cachemocks.Lock)
func Config ¶
func Config() *configmocks.Config
func Crypt ¶ added in v1.13.1
func Crypt() *cryptmocks.Crypt
func Event ¶
func Event() (*eventmocks.Instance, *eventmocks.Task)
func Gate ¶ added in v1.7.0
func Gate() *accessmocks.Gate
func NewTestLog ¶ added in v1.12.0
func Orm ¶
func Orm() (*ormmocks.Orm, *ormmocks.Query, *ormmocks.Transaction, *ormmocks.Association)
func Queue ¶
func Queue() (*queuemocks.Queue, *queuemocks.Task)
func RateLimiter ¶ added in v1.13.1
func RateLimiter() *httpmocks.RateLimiter
func Seeder ¶ added in v1.12.6
func Seeder() *seedermocks.Facade
func Storage ¶ added in v1.5.0
func Storage() (*filesystemmocks.Storage, *filesystemmocks.Driver, *filesystemmocks.File)
func Validation ¶ added in v1.8.0
func Validation() (*validatemocks.Validation, *validatemocks.Validator, *validatemocks.Errors)
Types ¶
Click to show internal directories.
Click to hide internal directories.