Versions in this module Expand all Collapse all v1 v1.0.1 Apr 19, 2024 Changes in this version + 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 struct + 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